⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 specex.m

📁 hi i have a huge collection are you interested
💻 M
字号:
Fs = 1000;t = linspace(0,2*pi,8192);x = sin(t);y = vco(x,[0 500],Fs);[z,freq,time] = specgram(y,[],Fs);subplot(221) imagesc(time,freq,20*log10(abs(z))) axis xy colormap(flipud(gray)) colorbar xlabel('Time, sec') ylabel('Frequency, Hz')subplot(223) surfl(time,freq,20*log10(abs(z))) shading flat xlabel('Time, sec') ylabel('Frequency, Hz') zlabel('Power, dB')

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -