正在加载图片...
x= sawtooth(t,%产生信号频率为50Hz plot(t, x) axis([00.2-11]) ●sinc信号 语法格式: Perform ideal bandlimited interpolation by assuming that the signal to be interpolated is 0 outside of the given time interval and that it has been sampled at exactly the Nyquist frequency t=(l:10y A column vector of time samples randn(state, 0 X=randn(size(t)); A column vector of data ts= linspace(-5, 15, 600); % times at which to interpolate data y=sinc(ts(, ones(size(t))-t( ones(size(ts)))*x; plot(t, x, o', ts, y) 3、实验报告及要求 1)简述实验目的 (2)设计并调试格式与离散信号源。 (3)设计程序分别调用各信号源,并做图 实验四、时域离散信号和系统的频域分析 1、实验目的 (1)根据序列的 Fourier变换定义,设计计算 Fourier变换及逆变换函数 (2)利用所涉及的 Fourier函数分析连续信号经理想采样前后的频谱变化 (3)利用所涉及的 Fourier函数分析不同的采样频率的连续信号频谱的影响,加深对时 域采样定理的理解 (4)熟悉时域离散系统的时域特性。 (5)利用卷积方法观察分析系统的时域特性。x=sawtooth(t); %产生信号频率为 50Hz plot(t,x) axis([0 0.2 -1 1])  sinc 信号 语法格式: y = sinc(x) Examples Perform ideal bandlimited interpolation by assuming that the signal to be interpolated is 0 outside of the given time interval and that it has been sampled at exactly the Nyquist frequency: t = (1:10)'; % A column vector of time samples randn('state',0); x = randn(size(t)); % A column vector of data ts = linspace(-5,15,600)'; % times at which to interpolate data y = sinc(ts(:,ones(size(t))) - t(:,ones(size(ts)))')*x; plot(t,x,'o',ts,y) 3、 实验报告及要求 (1) 简述实验目的。 (2) 设计并调试格式与离散信号源。 (3) 设计程序分别调用各信号源,并做图。 实验四、时域离散信号和系统的频域分析 1、 实验目的 (1) 根据序列的 Fourier 变换定义,设计计算 Fourier 变换及逆变换函数; (2) 利用所涉及的 Fourier 函数分析连续信号经理想采样前后的频谱变化; (3) 利用所涉及的 Fourier 函数分析不同的采样频率的连续信号频谱的影响,加深对时 域采样定理的理解; (4) 熟悉时域离散系统的时域特性。 (5) 利用卷积方法观察分析系统的时域特性
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有