명령줄에서 협대역 스펙트럼을 생성하는 방법은 무엇입니까?

명령줄에서 협대역 스펙트럼을 생성하는 방법은 무엇입니까?

Hann 창을 사용하여 에너지 평균 협대역 스펙트럼을 생성할 수 있는 Linux 명령줄 도구가 있습니까? 풍력 터빈의 오디오에서 주파수 스펙트럼을 얻고 싶습니다. 사양은 다음과 같습니다.

The two one-minute measurements shall be divided into 12 ten-second periods, 
from which 12 energy averaged narrowband spectra using the Hanning window
are obtained.

그리고

The bandwidth of a critical band shall be determined by 

    critical bandwidth = 25+75(1+1,4[f_c/1000])^0,69

where f_c is the center frequency in HZ.

여기서 Hanning 창은 다음과 같은 Hann 창을 의미하는 것 같습니다.https://docs.scipy.org/doc/scipy-0.19.0/reference/생성/scipy.signal.hanning.html. spek이라는 도구가 있다는 것을 알았지만 컴파일하려고 하면 다음과 같이 표시됩니다.

configure: error: Package requirements (libavcodec >= 53.25 libavformat >= 53.17 libavutil >= 51.17) were not met:

No package 'libavcodec' found
No package 'libavformat' found
No package 'libavutil' found

그런 다음 시도했습니다.

sudo apt install libavformat
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libavformat

관련 정보