what are "frequency bins"?

19 views (last 30 days)
pranjal
pranjal on 4 Jun 2015
Commented: pranjal on 4 Jun 2015
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?

Accepted Answer

Adam
Adam on 4 Jun 2015
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.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!