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

📄 p10_2.m

📁 数字信号处理实验指导书程序电子版的相关程序
💻 M
字号:
% Program P10_2% Illustration of Down-Sampling by an Integer Factor%clf;n = 0: 49;m = 0: 50*3 - 1;x = sin(2*pi*0.042*m);y = x([1 : 3 : length(x)]);subplot(2,1,1)stem(n, x(1:50)); axis([0 50 -1.2 1.2]);title('Input Sequence');xlabel('Time index n');ylabel('Amplitude');subplot(2,1,2)stem(n, y); axis([0 50 -1.2 1.2]);title('Output Sequence');ylabel('Amplitude');xlabel('Time index n');

⌨️ 快捷键说明

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