Power Spectral Density of a sequence x(n)using N-point DFT
버전 1.0.1 (16.2 KB) 작성자:
Ashutosh Rout
The power spectral density (PSD) of the signal describes the power present in the signal as a function of frequency, per unit frequency.
Enter the sequence x(n):
[1 2 2 1]
Enter the value of N
4
PSD =
9.0000 0.5000 0.0000 0.5000
Enter the sequence x(n):
[1 2 2 1]
Enter the value of N
8
PSD =
4.5000 2.4874 0.2500 0.0126 0.0000 0.0126 0.2500 2.4874
인용 양식
Ashutosh Rout (2025). Power Spectral Density of a sequence x(n)using N-point DFT (https://kr.mathworks.com/matlabcentral/fileexchange/68883-power-spectral-density-of-a-sequence-x-n-using-n-point-dft), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
개발 환경:
R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux카테고리
- Signal Processing > Signal Processing Toolbox > Spectral Analysis > Parametric Spectral Estimation >
Help Center 및 MATLAB Answers에서 Parametric Spectral Estimation에 대해 자세히 알아보기
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.0.1 | More generalised program using N-point DFT. |
|
|
| 1.0.0 |
|