![명령줄에서 협대역 스펙트럼을 생성하는 방법은 무엇입니까?](https://linux55.com/image/133788/%EB%AA%85%EB%A0%B9%EC%A4%84%EC%97%90%EC%84%9C%20%ED%98%91%EB%8C%80%EC%97%AD%20%EC%8A%A4%ED%8E%99%ED%8A%B8%EB%9F%BC%EC%9D%84%20%EC%83%9D%EC%84%B1%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95%EC%9D%80%20%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C%3F.png)
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