Nth Octave Frequency Bands

Calculates the 1/Nth octave center and edge frequency bands from minf to maxf.

이 제출물을 팔로우합니다

This program calculates the 1/N-octave-band center and edge frequencies from min_f to max_f (Hz). The exact and nominal frequencies are output in arrays. The nominal frequencies are also output in a cell of string of characters for plotting purposes.
This program satisfies the frequency band requires established in ANSI S1.6 and ANSI S1.11.
If you find a bug or have a question please post a comment or send an email to ezechma1@hotmail.com

인용 양식

Edward Zechmann (2026). Nth Octave Frequency Bands (https://kr.mathworks.com/matlabcentral/fileexchange/19033-nth-octave-frequency-bands), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 받은 파일: Octave centre frecuencies, octave

카테고리

Help CenterMATLAB Answers에서 Octave에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.3.1.0

Added the Edge Boolean , Eb allowing the reference frequency to either be selected as a center or edge frequency.

1.3.0.1

Added the reference frequency, fr as an input variable and optimized the removal of fractional-octave-bands outside the range of min_f to max_f.

1.3.0.0

Revised the number of significant digits calculation for rounding. Limited the number of bands per octave from 1 to 10E12. A warning is issued if the number of bands is greater than 10E6.

1.2.0.0

Modified the even octave bands to have 1000 Hz as an edge frequency. Changed the number of significant digits calculation for rounding. Limited the number of bands per octave from 1 to 43.

1.1.0.0

Updated program to satisfy ANSI S1.6 for full octave bands and third octave bands.

1.0.0.0

Fixed a bug in rounding the frequencies. Previoius version did not allow frequencies less than 1 Hz.