Filter-Frequency response
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Midhun
le 22 Avr 2016
Réponse apportée : Star Strider
le 22 Avr 2016
I have done filtering on a particular signal..after that i plot the frequency response of it.But plot seems to a blank..what does that mean?
0 commentaires
Réponse acceptée
Star Strider
le 22 Avr 2016
It most likely means that your filter is not doing what your believe it is doing, and all of the output of the filter is NaN, even if none of your signal data are NaN.
It is likely that your filter is unstable (check this with the freqz function). Convert it to second-order-section (‘SOS’) representation (with the tf2sos function) to create a stable filter if the transfer function is unstable. However, a poorly-designed filter will still produce NaN values even as a SOS filter. The only way to solve that is to continue varying the filter parameters (such as the passband and stopband frequencies, and passband and stopband ripple) until the filter does what you want it to.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Digital Filter Design dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!