电信论文参考资料.docx

上传人:b****5 文档编号:3629527 上传时间:2022-11-24 格式:DOCX 页数:16 大小:190.24KB
下载 相关 举报
电信论文参考资料.docx_第1页
第1页 / 共16页
电信论文参考资料.docx_第2页
第2页 / 共16页
电信论文参考资料.docx_第3页
第3页 / 共16页
电信论文参考资料.docx_第4页
第4页 / 共16页
电信论文参考资料.docx_第5页
第5页 / 共16页
点击查看更多>>
下载资源
资源描述

电信论文参考资料.docx

《电信论文参考资料.docx》由会员分享,可在线阅读,更多相关《电信论文参考资料.docx(16页珍藏版)》请在冰豆网上搜索。

电信论文参考资料.docx

电信论文参考资料

10电信学年论文参考

t=-10:

0.01:

10

i=get(handles.popupmenu1,'Value');

switchi

case1

plot(t,sin(t));

case2

plot(t,sinc(t));

case3

comet(t,sawtooth(t));

end

functionpushbutton1_Callback(hObject,eventdata,handles)

ft=get(findobj('tag','ft'),'string');

ft=sym(ft);

axes(handles.axes1)

cla

ezplot(ft)

gridon

answer=char(fourier(ft));

set(handles.fw,'string',answer);

fw=sym(get(handles.fw,'string'))

axes(handles.axes2)

cla

ezplot(fw)

gridon

fw=get(findobj('tag','fw'),'string');

fw=sym(fw);

axes(handles.axes1)

cla

ezplot(fw)

gridon

answer=char(ifourier(fw));

set(handles.ft,'string',answer);

ft=sym(get(handles.ft,'string'))

axes(handles.axes2)

cla

ezplot(ft)

gridon

functionx=Heaviside(t)

x=(t>0)

ft=get(findobj('tag','ft'),'string');

ft=sym(ft);

axes(handles.axes1)

cla

ezplot(ft)

gridon

answer=char(laplace(ft));

set(handles.fs,'string',answer);

fs=sym(get(handles.fs,'string'))

axes(handles.axes2)

cla

ezplot(fs)

gridon

fs=get(findobj('tag','fs'),'string');

fs=sym(fs);

axes(handles.axes1)

cla

ezplot(fs)

gridon

answer=char(ilaplace(fs));

set(handles.ft,'string',answer);

ft=sym(get(handles.ft,'string'))

axes(handles.axes2)

cla

ezplot(ft)

gridon

fn=get(findobj('tag','fn'),'string');

fn=sym(fn);

symsnz;

answer=char(ztrans(fn,n,z));

fz=sym(answer)

fz=simple(fz)

answer=char(fz)

set(handles.fz,'string',answer)

symsnz

fz=get(findobj('tag','fz'),'string');

fz=sym(fz);

answer=char(iztrans(fz,z,n));

set(handles.fn,'string',answer);

fn=sym(get(handles.fn,'string'))

axes(handles.axes1)

cla

n=0:

1:

10;

fn=2.^n.*n

stem(n,fn,'filled')

gridon

n=str2double(get(handles.edit1,'string'));

t=-2:

0.01:

2;

F0=0.5;

Fn=F0*ones(1,length(t));

fori=1:

2:

n

Fn=Fn+cos(pi*i*t)*sinc(i/2);

end

plot(t,Fn,'m-','linewidth',2);

axis([-22-0.21.2]);

symst

n=[-60:

-1,eps,1:

60];

A=1;

T=str2double(get(handles.tt,'string'));

tao=str2double(get(handles.tao,'string'));

F0=int(A,t,-tao/2,tao/2)/T

f=A*exp(-j*n*2*pi/T*t);

Fn=int(f,t,-tao/2,tao/2)/T;

Fn=simple(Fn)

Fn=subs(Fn,n,'n')

stem(n,Fn,'filled')

line([-6060],[00])

xlabel('n'),ylabel('Fn')

r=str2double(get(handles.r,'string'));

l=str2double(get(handles.l,'string'));

c=str2double(get(handles.c,'string'));

b=[r*c0];

a=[r*l*clr];

axes(handles.axes1)

cla

zs=roots(b)

ps=roots(a)

plot(real(zs),imag(zs),'o')

holdon

plot(real(ps),imag(ps),'x')

holdon

gridon

r=str2double(get(handles.r,'string'));

l=str2double(get(handles.l,'string'));

c=str2double(get(handles.c,'string'));

b=[r*c0];

a=[r*l*clr];

w=0:

0.01:

2;

s=j*w;

h=polyval(b,s)./polyval(a,s);

axes(handles.axes1)

cla

hm=abs(h);

plot(w,hm);

xlabel('w)');

ylabel('hm');

gridon

axes(handles.axes2)

cla

hp=angle(h)*180/pi;

plot(w,hp);

xlabel('w)');

ylabel('hp');

gridon

r=str2double(get(handles.r,'string'));

l=str2double(get(handles.l,'string'));

c=str2double(get(handles.c,'string'));

b=[r*c0];

a=[r*l*clr];

symss

xs=poly2sym(b,s)/poly2sym(a,s)

xt=char(ilaplace(xs));

set(handles.im,'string',xt);

xt=sym(get(handles.im,'string'))

axes(handles.sss)

cla

ezplot(xt)

gridon

r=str2double(get(handles.r,'string'));

l=str2double(get(handles.l,'string'));

c=str2double(get(handles.c,'string'));

b1=[r*c0];

a1=[r*l*clr0];

symss

xs1=poly2sym(b1,s)/poly2sym(a1,s)

xt1=char(ilaplace(xs1));

set(handles.im,'string',xt1);

xt1=sym(get(handles.im,'string'))

axes(handles.iii)

cla

ezplot(xt1)

gridon

 

symss

fs=s/(s^2+s+1)

ft=ilaplace(fs)

ezplot(ft)

gridon

symstu

f='Du+2*u=2*exp(-t),u(0)=0'

u=dsolve(f)

ezplot(u)

u=2*exp(-t)-2*exp(-2*t)

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 小学教育 > 小升初

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1