generate a bandpass signal
3 次查看(过去 30 天)
显示 更早的评论
I want to generate a bandpass signal .How can it be accomplished in matlab regards
0 个评论
回答(1 个)
Star Strider
2018-5-20
If you have R2018a (or later) use the bandpass (link) function. If you use the ‘d’ output, remember to use the filtfilt function with it (since bandpass produces an IIR filter by default), rather than filter, that only works correctly with linear-phase FIR filters, such as those produced by fir1. (I consider this to be an error in the bandpass function documentation.)
Otherwise, search MATLAB Answers for ‘bandpass’. I’ve posted several well-documented examples over the years.
1 个评论
tuo
2020-4-29
how can i generate a signal. Its sampling frequency is 60MHz, signal center frequency 15MHz, bandwidth 5MHz (-3db).
另请参阅
类别
在 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!