?? program_11_12.m
字號:
% Program 11_12
% Illustration of Zoom FFT Computation
%
n = 0:31;
x = sin(2*pi*11*n/64);
XZ = zoomfft(x,64,8,85);
%print absolute values of the DFT samples
disp('DFT Samples');disp(abs(XZ))
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -