Function for filtering continuous time data
Ältere Kommentare anzeigen
[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
Akzeptierte Antwort
Weitere Antworten (1)
Sulaymon Eshkabilov
am 10 Mai 2019
1 Stimme
You need to filtrer time domain data or use your obtained filter coeff's [c, d]?
1 Kommentar
shubha t r
am 10 Mai 2019
Kategorien
Mehr zu Digital Filter Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!