what are "frequency bins"?

10 次查看(过去 30 天)
pranjal
pranjal 2015-6-4
评论: pranjal 2015-6-4
when spectrum of signal is plotted at many places term frequency bins is used instead of frequency.what it means?how is it different from frequency? and how to convert to see or plot exact frequencies instead of frequency bins?

采纳的回答

Adam
Adam 2015-6-4
Frequency analysis is done in discrete space (as with anything done with a signal on a computer), usually involving the FFT. The FFT is defined by a number of points (e.g. 1024) which gives that many discrete frequencies at which results are given.
I don't like the term 'bins' myself when I am working with frequency in this context so the exact meaning would depend on the context in which you are seeing it.
Some people may refer to these discretised frequency points as being bin centres, with the "bin" spanning half way to the previous and next points.
e.g. if you have frequency points defined at 1 Hz intervals these may be considered as bin centres, the bins being e.g. 0.5-1.5, 1.5-2.5, etc.
As I said, personally this is not terminology I use because I consider it misleading and I don't know where your "many places" are to understand exactly what their context is.

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by