Find bandwidth of signal vs frequency data

2 ビュー (過去 30 日間)
Istvan Burbank
Istvan Burbank 2015 年 7 月 28 日
回答済み: Star Strider 2015 年 7 月 29 日
I have some data taken while analyzing a filter - it is in the form of two vectors, frequency and output magnitude. The plots all have a single peak. I'm looking for the bandwidth of this filter (gain drop of 3dB).
It looks like I want the bandwidth function, but I don't know how to create a system model from my data to pass into the bandwidth function.
I appreciate the help, Istvan.

採用された回答

Star Strider
Star Strider 2015 年 7 月 29 日
The 3 dB down value is the half-magnitude value. All you need to do is find the values that are half the peak, and determine the frequencies at those points. The interp1 function will probably make your problem considerably easier, although you will have to use it once for each frequency.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMultirate Signal Processing についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by