资源简介

本人编写的配合清华郑君里、应启珩和谷源涛编写的书《信号与系统-MATLAB综合实验》的所有习题和例题的Matlab程序。
如有谬误,请各位指正。
最后送各位一句话,要想学好Matlab,还是要针对某一方面(比如信号处理),自己亲自编程实践,这样不但可以迅速掌握Matlab,而且可以享受学习带给你的乐趣^_^

资源截图

代码片段和文件信息

function F=cftint(tfabOMGrgK)
%FSERIES    Returns the Fourier series coefficients.
%       XX=FSERIES(FUNFCNABNTOLP1P2P3)
%       funfcn=the given function in an m-file.
%       It can depend on up to three parameters
%       p1p2 and p3. The function is given
%       over one period extending from ‘a‘ to ‘b‘
%       xx=vector of length n+1 of Fourier Series
%       Coefficients xx0xx1...xxn.
%       p1p2p3=parameters of funfcn. 
%       tol=the error level.

nt=length(t);
trange=t(end)-t(1);
dt=trange/(nt-1);

omgrange=OMGrg(2)-OMGrg(1);
omg=linspace(OMGrg(1)OMGrg(2)-omgrange/KK);

[oomgtt]=meshgrid(omgt);

f1=f*ones(size(omg));
f2=f1.*exp(-j*oomg.*tt);
ff=spline(tf2);
F=fnint(ffb)-fnint(ffa);

plot(omgabs(F))

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        279  2008-09-06 14:23  程序-1 信号与系统--matlab综合实验\convcons.m

     文件       2458  2008-09-06 11:08  程序-1 信号与系统--matlab综合实验\drawdata.asv

     文件        737  2008-09-04 22:09  程序-1 信号与系统--matlab综合实验\drawmanual.asv

     文件       1571  2008-09-04 19:14  程序-1 信号与系统--matlab综合实验\drawmanual1.asv

     文件        209  2008-09-02 13:03  程序-1 信号与系统--matlab综合实验\exam0304.asv

     文件        210  2008-09-02 13:03  程序-1 信号与系统--matlab综合实验\exam0304.m

     文件        438  2008-09-24 10:07  程序-1 信号与系统--matlab综合实验\exam0308.m

     文件       1037  2008-09-06 05:31  程序-1 信号与系统--matlab综合实验\exam0403.asv

     文件       1405  2008-09-06 06:45  程序-1 信号与系统--matlab综合实验\exam0403.m

     文件        781  2008-09-06 13:14  程序-1 信号与系统--matlab综合实验\exam0404.asv

     文件        870  2008-09-06 13:17  程序-1 信号与系统--matlab综合实验\exam0404.m

     文件        844  2008-09-06 11:42  程序-1 信号与系统--matlab综合实验\getinterpdata.asv

     文件        972  2008-09-26 16:13  程序-1 信号与系统--matlab综合实验\getinterpdata.m

     文件       2515  2008-09-18 07:55  程序-1 信号与系统--matlab综合实验\interpdata.asv

     文件       2551  2008-09-26 15:59  程序-1 信号与系统--matlab综合实验\interpdata.m

     文件        592  2008-09-23 21:02  程序-1 信号与系统--matlab综合实验\prefourier.m

     文件        511  2008-10-11 11:31  程序-1 信号与系统--matlab综合实验\prefourierp.m

     文件        351  2008-09-04 13:39  程序-1 信号与系统--matlab综合实验\zzz.asv

     文件        189  2008-09-30 02:40  程序-1 信号与系统--matlab综合实验\exam0506.m

     文件        169  2008-09-30 02:35  程序-1 信号与系统--matlab综合实验\exam0506.asv

     文件        587  2008-10-02 22:04  程序-1 信号与系统--matlab综合实验\prac0401.m

     文件        675  2008-10-02 22:04  程序-1 信号与系统--matlab综合实验\prac0401_1.m

     文件        505  2008-09-06 06:51  程序-1 信号与系统--matlab综合实验\prac0401_1.asv

     文件        326  2008-09-07 14:17  程序-1 信号与系统--matlab综合实验\exam0507.m

     文件        635  2008-09-07 14:47  程序-1 信号与系统--matlab综合实验\exam0508.m

     文件        413  2008-09-07 15:09  程序-1 信号与系统--matlab综合实验\exam0509.m

     文件        141  2008-09-09 09:16  程序-1 信号与系统--matlab综合实验\exam0701.m

     文件        610  2008-09-09 09:16  程序-1 信号与系统--matlab综合实验\exam0702.m

     文件        257  2008-09-09 09:18  程序-1 信号与系统--matlab综合实验\exam0703.m

     文件        183  2008-09-09 09:14  程序-1 信号与系统--matlab综合实验\exam0703.asv

............此处省略204个文件信息

评论

共有 条评论