How to set the FIR filter specifications?
7 次查看(过去 30 天)
显示 更早的评论
Jaikrishnan Mahalekshmi Sahasranamam
2019-10-16
评论: Jaikrishnan Mahalekshmi Sahasranamam
2019-10-23
I have currently modelled a 3rd order Delta sigma Modulator (CTDSM). The specs are fs = 6MHz, OSR = 30, fB = 100kHz . For the current design I am getting the results for FFT before filtering as below.
Psignal = -1.2dBFS
PIBN = 70.7dBFS
PSNR = 69.5dBFS
Basically I have to downsample this to Nyquist rate (2fB)
For that, I have to design an FIR - LPFilter with minimum ripples, max attenuation and order less than OSR to get rid of the Out of Band noise which was Noise shaped to high frequency. For this
1) what kind of LPfilter should i choose in Matlab to model?
2) How to choose the specifiations (such as fPB, fSB, PBripple, SBripple etc.) of the filter such that I could preserve the previous SNR results before filtering (even if some dB less is also okay)
0 个评论
采纳的回答
Kaashyap Pappu
2019-10-21
You can use the Filter Designer app to get started on the Filter design. You can select the FIR filter option, specify order or allow the App to determine the minimum order that would be necessary, define the passband and stopband frequencies and powers. Visualize the magnitude response and export the filter to your workspace.
Hope this helps!
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Filter Design 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!