FFmpeg
|
Go to the source code of this file.
Functions | |
fftbuffer (1:(xlength+1)/2) | |
fftbuffer (N-(xlength-1)/2+1:N) | |
plot (unwrap(angle(fftbuffer, 1024))) | |
Variables | |
N =1024 | |
t = [0:1/44100:0.1-1/44100] | |
x1 =cos(2*pi*100*44100/1024*t) | |
x801 = x1(1:801) | |
xlength =length(x801) | |
fftbuffer =zeros(N, 1) | |
Function Documentation
fftbuffer | ( | 1:(xlength+1)/ | 2 | ) |
plot | ( | unwrap(angle(fftbuffer, 1024)) | ) |
Variable Documentation
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11