pmtm
멀티테이퍼 파워 스펙트럼 밀도 추정값
구문
설명
는 이산 장형 타원체(슬레피안) 시퀀스를 테이퍼로 사용하여 입력 신호 pxx = pmtm(x)x의 Thomson 멀티테이퍼 파워 스펙트럼 밀도(PSD) 추정값 pxx를 반환합니다.
[___,는 PSD 추정값의 pxxc] = pmtm(___,'ConfidenceLevel',probability)probability × 100% 신뢰구간을 pxxc로 반환합니다.
[___] = pmtm(___,'DropLastTaper',는 멀티테이퍼 PSD 추정값을 계산할 때 dropflag)pmtm이 마지막 슬레피안 테이퍼를 제외하는지 여부를 지정합니다.
[___] = pmtm(___,는 테이퍼가 적용된 개별 PSD 추정값을 method)method에 지정된 메서드를 사용하여 결합합니다. 이 구문은 슬레피안 테이퍼에만 적용됩니다.
[___] = pmtm(는 셀형 배열 x,dpss_params,___)dpss_params를 사용하여 입력 인수를 dpss에 전달합니다. 이 구문은 슬레피안 테이퍼에만 적용됩니다.
pmtm(___)에 출력 인수를 지정하지 않으면 현재 Figure 창에 멀티테이퍼 PSD 추정값을 플로팅합니다.
예제
입력 인수
출력 인수
세부 정보
참고 문헌
[1] McCoy, Emma J., Andrew T. Walden, and Donald B. Percival. "Multitaper Spectral Estimation of Power Law Processes." IEEE® Transactions on Signal Processing 46, no. 3 (March 1998): 655–68. https://doi.org/10.1109/78.661333.
[2] Percival, Donald B., and Andrew T. Walden. Spectral Analysis for Physical Applications: Multitaper and Conventional Univariate Techniques. Cambridge; New York, NY, USA: Cambridge University Press, 1993.
[3] Riedel, Kurt S., and Alexander Sidorenko. “Minimum Bias Multiple Taper Spectral Estimation.” IEEE Transactions on Signal Processing 43, no. 1 (January 1995): 188–95. https://doi.org/10.1109/78.365298.
[4] Thomson, David J. "Spectrum estimation and harmonic analysis." Proceedings of the IEEE 70, no. 9 (1982): 1055–96. https://doi.org/10.1109/PROC.1982.12433.









![Figure contains an axes object. The axes object with title Proportion of Energy in [-w,w] of k-th Slepian Sequence contains an object of type stem.](../../examples/signal/win64/DPSSSequencesAndTheirFrequencyDomainConcentrationsExample_01.png)
![Figure contains an axes object. The axes object with title Proportion of Energy in [-w,w] of k-th Slepian Sequence contains 2 objects of type stem, line.](../../examples/signal/win64/DPSSSequencesAndTheirFrequencyDomainConcentrationsExample_02.png)




