how can i filtering white gaussian noise using shaping filter H(f)
5 次查看(过去 30 天)
显示 更早的评论
i want filtering white gaussian noise using shaping filter h(f). what is the function of shaping filter in matlab
0 个评论
采纳的回答
Star Strider
2017-4-16
Define the filter as a designfilt object (if you use designfilt), as numerator and denominator polynomials, or preferably a second-order-section and gain matrix, then use the filtfilt function to filter it, as you would any other signal. Your filter will pass the selected random-amplitude values in the frequency spectrum you specify for the filter. You can see the results if you do a fft (link) on the output of the filter.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Digital Filter Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!