Filter löschen
Filter löschen

Find bandwidth of signal vs frequency data

6 Ansichten (letzte 30 Tage)
Istvan Burbank
Istvan Burbank am 28 Jul. 2015
Beantwortet: Star Strider am 29 Jul. 2015
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.

Akzeptierte Antwort

Star Strider
Star Strider am 29 Jul. 2015
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.

Weitere Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by