samplerateslider.m
来自「带功率谱展示和声音输出的交互的信号生成器的源代码。」· M 代码 · 共 21 行
M
21 行
function SampleRateSlider(n,h)
% Updates the value of samplerate and re-draws the graph when the Rate slider is moved
% Tom O'Haver, May 2007
global x
global y
global samplingtime
global samplerate
global f1
global f2
global signaltype
global signalstring
global soundmode
samplerate=n;
RedrawSpectrum;
axes(h);
h2=gca;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?