What are "frequency bins" ?
조회 수: 277 (최근 30일)
이전 댓글 표시
Hello! What exactly are frequency bins and how are they defined? I know, that these things are mentioned in the FFT. How are the linked together and does somebody can provide an example to my question?
댓글 수: 0
채택된 답변
Honglei Chen
2017년 1월 27일
frequency bins are intervals between samples in frequency domain. For example, if your sample rate is 100 Hz and your FFT size is 100, then you have 100 points between [0 100) Hz. Therefore, you divide the entire 100 Hz range into 100 intervals, like 0-1 Hz, 1-2 Hz, and so on. Each such small interval, say 0-1 Hz, is a frequency bin.
HTH
댓글 수: 5
추가 답변 (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!