資源簡介
本人編寫的配合清華鄭君里、應啟珩和谷源濤編寫的書《信號與系統-MATLAB綜合實驗》的所有習題和例題的Matlab程序。
如有謬誤,請各位指正。
最后送各位一句話,要想學好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個文件信息
評論
共有 條評論