NarrowToNthOctave

버전 4.2.0.0 (2.46 KB) 작성자: Troy Bouman
Coverts any narrowband decibel values to 1/n octave band (e.g 1st or 1/3 octave bands)
다운로드 수: 1.9K
업데이트 날짜: 2019/3/8

라이선스 보기

This function takes narrow band data and converts it to 1/n octave data. Typical uses will be where data were acquired with a constant delta frequency (e.g. from time domain data converted to frequency domain with a FFT), but the user will want this data in octave or 3rd octave form. This function solves the problem of how to convert the data.
[OctaveData,OctaveCenterFrequencies,Flow,Fhigh] = NarrowToNthOctave(narrowFreqArray,narrowdBArray,1)
[thirdOctaveData,ThirdOctaveCenterFrequencies,Flow,Fhigh] = NarrowToNthOctave(narrowFreqArray,narrowdBArray,3)

인용 양식

Troy Bouman (2024). NarrowToNthOctave (https://www.mathworks.com/matlabcentral/fileexchange/52386-narrowtonthoctave), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Octave에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
4.2.0.0

I removed the example code showing how to adjust for amplitude correct factor (ACF) if you wanted to.

4.1.0.0

Uploaded the wrong file for 4.0 :) 4.1 is correct.

4.0.0.0

Added functionality to adjust for the case where data were processed via a window using an amplitude correction factor. Data going into this function must use energy correction factor. The beginning of the function now alloww you to adjust for that.

3.0.0.0

Spelling change in description.