摘要: 用MATLAB实现余弦信号的采样恢复仿真。 clear all;clc;close all; N=5; %采样频率是fs=N=5,采样周期T=0.2 dianshu=N*N; A=4; f=2; fai=1; xcaichushi=0:N-1; xlianchushi=0:0.1:N-1; %先画一 阅读全文
posted @ 2018-04-09 18:53 永远怀着一颗学习的心 阅读(1409) 评论(0) 推荐(0) 编辑