资源简介
信号与系统的连续时间信号的频域分析实验,有代码,有截图,有总结
代码片段和文件信息
clear close all
T = 2; dt = 0.00001; t = -2:dt:2;
x1 = u(t) - u(t-1-dt); x = 0;
for m = -1:1 % Periodically extend x1(t) to form a periodic signal
x = x + u(t-m*T) - u(t-1-m*T-dt);
end
w0 = 2*pi/T;
N = 10; % The number of the harmonic components
L = 2*N+1;
for k = -N: N; % Evaluate the Fourier series coefficients ak
ak(N+1+k) = (1/T)*x1*exp(-j*k*w0*t‘)*dt;
end
phi = angle(ak); % Evaluate the phase of ak
subplot(222)
k=-N:N; stem(kabs(ak)‘k.‘) title(‘The amplitude |ak| of x(t)‘) axis([-NN-0.10.6])
subplot(224)
stem(kphi‘r.‘) title(‘The phase phi(k) of x(t)‘) axis([-NN-22]) xlabel(‘Index k‘)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7215 2017-06-17 17:33 Q2_1.fig
文件 729 2017-06-17 17:32 Q2_1.m
文件 1007 2017-07-01 09:39 Q2_2.m
文件 7036471 2017-06-17 17:36 Q2_2_100.fig
文件 6974826 2017-06-17 17:37 Q2_2_20.fig
文件 6908846 2017-06-17 17:38 Q2_2_5.fig
文件 7012002 2017-06-17 17:37 Q2_2_50.fig
文件 488 2017-07-01 10:07 Q2_3.m
文件 785 2017-07-01 10:03 Q2_4.m
文件 39 2017-07-01 12:40 Q2_5.m
文件 1025 2017-07-01 10:04 Q2_6.m
文件 1077 2017-07-01 10:05 Q2_7.m
文件 1884218 2018-08-16 23:03 实验报告2连续时间信号的频域分析.docx
相关资源
- ANSYS流固耦合分析与工程(完整版)
- 文件同步工具GoodSync v10破解版-已验证
- Absolute FreeBSD 3rd Edition
- Communication Systems西蒙赫金4th Ed英文版
- ansys maxwell入门教程
- FPGA数字信号处理设计教程:System Ge
- Kleinrock - Queueing Systems (1975).pdf
- 微软雅黑.ttf(msyh.ttf) Linux字体
- Artech House - Digital Processing Of Synthetic
- 对《Secureml A system for scalable privacy-p
- Trading Systems and Methods
- EasyRoads3D Pro v3.1.9.f1.unitypackage
- Synopsys Installer 3.2
- OVRLipSyncPlugin.zip
- cn.easymall.com最终版.war
- unix System V 源代码
- 多媒体处理FPGA实现-System Generator篇
- System Architecture Strategy and Product Devel
- EasyUi框架,增删改查保证完整
- SysML实践指南
- The Practice of System and Network Administrat
- operating systems internals and design princip
- Kiwi Syslog 8.3.28 破解版
- 有限元软件ANSYS及其在水工中的高级应
-
Databa
se Management Systems 3rd Edition.pdf - Kiwi_Syslog_Server_9.6.7.Eval.setup
- Kiwi Syslog Server v9.6.0官方原版+注册机
- KiwiSyslogServerv9.4破解版含注册机
- UnityAsset-EasyMovieTextureVideoTexturev3.20[A
- synopsys icc lab
评论
共有 条评论