Function for filtering continuous time data
7 views (last 30 days)
Show older comments
shubha t r
on 10 May 2019
Commented: shubha t r
on 10 May 2019
[c,d] = invfreqs(m,freq,5,5); Using invfreqs I am able to get the numerator and denominator coefficients from the frequency and phase response of an amplifier. How do I use these coefficietnts to filter out continuous time input data?Can "filter" be used for continuous domain data as well?.Please help
0 Comments
Accepted Answer
Sulaymon Eshkabilov
on 10 May 2019
I don't think here your computed [c,d] would be the coeff.s to use with filter() function. They are the coeff.s of the frequency response function's numerator and denominator. In fact, invfreqs() is the one of the useful functions for system parameter identification/estimation while doing the frequency data analysis.
More Answers (1)
Sulaymon Eshkabilov
on 10 May 2019
You need to filtrer time domain data or use your obtained filter coeff's [c, d]?
See Also
Categories
Find more on Audio Processing Algorithm Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!