我是靠谱客的博主 高贵星星,最近开发中收集的这篇文章主要介绍matlab 频域响应,利用MATLAB软件分析系统的频率响应,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

41528d3028836879cd698677c3999917.gif利用MATLAB软件分析系统的频率响应

康学院电子与信息工程系——信号与系统实验报告书山有路勤为径,学海无涯苦作舟! 任课教师 余顺园 2012 年 第 1 页备注:(1) 、按照要求独立完成实验项目内容,报告中要有程序代码和程序运行结果和波形图等原始截图。(2) 、实验结束后,把电子版实验报告按要求格式改名(例:09 号-张三- 实验一)后,上传至指定 ftp 服务器目录下(homework_upload)的相应文件里,并由实验教师批阅记录后;实验室统一刻盘留档。ftp:59.74.50.66 账号:microele 密码:ele1507实验七 利用 MATLAB 软件分析系统的频率响应一、实验目的:1、利用 MATLAB 求解系统的频率响应。二、实验原理MATLAB 提供了函数 freqs 来计算系统的频率响应。三、实验内容:(包括代码与产生的图形)6-16w=linspace(0,5,200);b=[1];a=[1 2 2 1];H=freqs(b,a,w);subplot(2,1,1);plot(w,abs(H));set(gca, xtick ,[0 1 2 3 4 5]);set(gca, ytick ,[0 0.4 0.7071]);grid;xlabel( omega )subplot(2,1,2);plot(w,angle(H));set(gca, xtick ,[0 1 2 3 4 5]);grid;xlabel( omega );实验名称 专业班级 学 号 姓 名利用 MATLAB 软件分析系统的频率响应康学院电子与信息工程系——信号与系统实验报告书山有路勤为径,学海无涯苦作舟! 任课教师 余顺园 2012 年 第 2 页0 1 2 3 4 500.40.70710 1 2 3 4 5-4-20246-17RC=0.04;t=linspace(-2,2,1024);w1=5;w2=100;H1=j*w1/(j*w1+1/RC);H2=j*w2/(j*w2+1/RC);f=cos(5*t)+cos(100*t);y=abs(H1)*cos(w1*t+angle(H1))+abs(H2)*cos(w2*t+angle(H2));subplot(2,1,1);plot(t,f);subplot(2,1,2);plot(t,y);康学院电子与信息工程系——信号与系统实验报告书山有路勤为径,学海无涯苦作舟! 任课教师 余顺园 2012 年 第 3 页-2 -1.5 -1 -0.5 0 0.5 1 1.5 2-2-1012-2 -1.5 -1 -0.5 0 0.5 1 1.5 2-2-10126-1w=linspace(0,5,200);b=[10];a=[1 10];H=freqs(b,a,w);plot(w,abs(H));康学院电子与信息工程系——信号与系统实验报告书山有路勤为径,学海无涯苦作舟! 任课教师 余顺园 2012 年 第 4 页0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 50.880.90.920.940.960.9810 0.5 1 1.5 2 2.5 3 3.5 4 4.5 50.99860.99880.9990.99920.99940.99960.99981康学院电子与信息工程系——信号与系统实验报告书山有路勤为径,学海无涯苦作舟! 任课教师 余顺园 2012 年 第 5 页RC=0.04;t=linspace(0,0.2,1024);w1=100;w2=3000;H1=(1/RC)/(j*w1+1/RC);H2=(1/RC)/(j*w2+1/RC);f=cos(100*t)+cos(3000*t);y=abs(H1)*cos(w1*t+angle(H1))+abs(H2)*cos(w2*t+angle(H2));subplot(2,1,1);plot(t,f);subplot(2,1,2);plot(t,y);0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2-2-10120 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2-0.4-0.200.20.4康学院电子与信息工程系——信号与系统实验报告书山有路勤为径,学海无涯苦作舟! 任课教师 余顺园 2012 年 第 6 页(英文版 ) Two regulations promulgated for implementation is in the party in power for a long time and the rule of law conditions, the implementation of comprehensive strictly strategic plan, implementation in accordance with the rules and discipline to manage the party, strengthen inner-party supervision of major initiatives. The two regulations supporting each other, the adhere to a positive advocate, focusing on morality is of Party members and Party leading cadres can see, enough to get a high standard; around the party discipline, disciplinary ruler requirements, listed as “negative list, focusing on vertical gauge, draw the party organizations and Party members do not touch the“ bottom line “. Here, the main from four square face two party rules of interpretation: the first part introduces two party Revised regulations the necessity and the revision process; the second part is the interpretation of the two fundamental principles of the revision of laws and regulations in the party; the third part introduces two party regulations modified the main changes and needs to grasp several key problems; the fourth part on

最后

以上就是高贵星星为你收集整理的matlab 频域响应,利用MATLAB软件分析系统的频率响应的全部内容,希望文章能够帮你解决matlab 频域响应,利用MATLAB软件分析系统的频率响应所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(55)

评论列表共有 0 条评论

立即
投稿
返回
顶部