what are "frequency bins"?
13 次查看(过去 30 天)
显示 更早的评论
采纳的回答
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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!