📄 fr_np.m
字号:
%
% Callback function for "Frame length" slider of frequency analysis window
% Author : Minkyu Lee
% Date : 4-Feb-1995
%
% Get the value from the slider
val=round( get(freq_sl_np_h,'Value') );
Np2=2^val;
% Make a string
S=sprintf('FFT points : %d',Np2);
% Put the string
set(freq_txt_np_h,'String',S);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -