Find bandwidth of signal vs frequency data
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Istvan Burbank
el 28 de Jul. de 2015
Respondida: Star Strider
el 29 de Jul. de 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.
0 comentarios
Respuesta aceptada
Star Strider
el 29 de Jul. de 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.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Single-Rate Filters en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!