欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    信号与线性系统PPT (4).pdf

    • 资源ID:69164454       资源大小:5.26MB        全文页数:10页
    • 资源格式: PDF        下载积分:8金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要8金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    信号与线性系统PPT (4).pdf

    Analysis of time domain and transform domain of discrete systemsPurposeExperimental contentPreliminary knowledge Analysis of results Experiment report writingExperimental steps1.Through this experiment,understand the basic principle of discrete-time signal time-domain operation and master its software simulation implementation method;Understand the calling format and function of the function fliplr in MATLAB software.2.Understand the calculation method of the convolution sum of discrete time series,master the Matlab implementation method of unit sequence response of discrete system;understand the calling format and function of functions conv()and impz()3.Understand the basic principles of the iterative solution of difference equations,and master the time-domain analysis method and Matlab implementation method of discrete LTI systems.4.Master Matlab simulation implementation method of discrete time signal Z transform and inverse Z transform.5.Master the amplitude-frequency and phase-frequency characteristics of the frequency response function of discrete systems,and the method of drawing the zero-pole diagram of the system function;.PurposeExperimental contentPart 1:Basic time-domain operations of discrete-time signals(1)Adopt fliplr function programming to realize the inversion operation of the discrete sequence signal;(2)use the translation operation of the vector to realize the translation operation of the discrete signal;(3)realize the translation and the inversion operation of the discrete sequence signal Comprehensive.Part 2:Time domain analysis of discrete LTI systems(1)Use the function conv()programming to realize the convolution and operation of discrete time series,so as to solve the zero-state response of discrete systems;(2)Use the iterative solution of difference equations to solve the full response of discrete-time systems;(3)Use function impz()programming to solve unit sequence response of discrete time system;Part 3:Z-domain analysis of discrete LTI systems(1)Call related function programming to realize Z transformation and inverse Z transformation of discrete signals;(2)Use transform domain analysis method to solve the zero-state response of discrete systems;(3)Call related function programming and plot the amplitude of frequency response function Frequency and phase frequency characteristic curves;(4)Call related function programming,draw a pole-zero diagram of the system function of the discrete LTI system,and judge the stability of the system from the pole-zero diagram.Preliminary knowledge(1)Discrete sequence convolution and determination of sequence interval Using the function conv(),you can quickly find the convolution sum of two discrete time series,but this function does not need to give the corresponding time sequence numbers of the two sequences,nor does it return the serial numbers corresponding to the convolution and sequence.Therefore,the sequence number interval corresponding to the convolution and sequence needs to be determined.If the sequence f1 is non-zero in the interval n1 n2,and the sequence f2 is non-zero in the interval m1 m2,then the time domain width of f1 is L1=n2-n1+1,and the time domain width of f2 is L2=m2-m1+1,Defined by the convolution sum,the time domain width of sequence f1*f2 is L=L1+L2-1,and the corresponding time sequence number interval is:n1+m1 n1+m1+L1+L2-2 Preliminary knowledge(2)The calling format of function impz()impz(b,a)The calling format draws the discrete time waveform of the unit sequence response of the discrete system defined by vectors a and b in the default manner.impz(b,a,n)The calling format will draw the time-domain waveform of the unit sequence response of the discrete system defined by vectors a and b in the discrete time range of 0 n(n must be an integer).impz(b,a,n1:n2)The calling format will draw the time-domain waveform of the unit sequence response of the discrete system defined by vectors a and b in the discrete time range of n1 n2(n1,n2 must be integers,and n1 n2)y=impz(b,a,n1:n2)The calling format does not plot the time domain waveform of the system unit sequence response,but finds the discrete system defined by vectors a and b in the discrete time range of n1 n2(n1,n2 must be integers,and n1 n2)Numerical solution of unit sequence response.Where a and b are the coefficients of the difference equation)()(jkfbikyajiExperimental procedureThe first part is the confirmatory experiment.1.Verify the convolution and operation;2.Full response solution for discrete time systems;3.Solution of unit sequence response of discrete time system;4.Z transformation and inverse Z transformation of discrete signals,using Z transformation to find the zero state response of the system;5.Practice the plotting of the amplitude-frequency and phase-frequency characteristic curves of the frequency response function;drawing the pole-zero diagram of the LTIS system function.The second part is the programming experiment.Complete the program design according to the requirements of the experiment guide book.Analysis of results1.According to the content requirements of the experiment guide,complete the verification experiment,and conduct a theoretical analysis of the experimental results data graphics,etc.,fully understand the physical meaning of the knowledge points involved and their engineering applications,and fully understand the software programming method used And master,learn to apply.2.For the program design topics given in the instruction book,first conduct theoretical calculations,and then program the realization;compare and analyze the theoretical calculation results and the program realization results,and summarize the program design skills.Experimental report writing requirementsExperimental project name1.The purpose of the experiment2.Experimental content and principle3.Experimental equipment(equipment,components,software tools,platforms)4.Experimental steps5.Experimental data and result analysis(result analysis part of the content is handwritten,various recorded graphics must correspond to the corresponding analysis content,not all graphics can be unified together,used as an attachment to the report,but each part of the data graphics corresponds to its Result analysis)6.Experimental conclusion(conclusive concluding statement of the whole experiment)7.OtherIncluding:experimental summary,experience and suggestions for improving the experimental methods,methods and processes.And each part of the signature writer.

    注意事项

    本文(信号与线性系统PPT (4).pdf)为本站会员(刘静)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

    本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开