已阅读5页,还剩33页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Chapter3 4 Discrete TimeSignalsandSystems MainContents ImportanttypesofsignalsandtheiroperationsLinearandshift invariantsystemEasiertoanalyzeandimplementTheconvolutionanddifferenceequationrepresentationsRepresentationsandimplementationofsignalandsystemsusingMATLAB Discrete timesignals Analoganddiscretesignalsanalogsignaltrepresentsanyphysicalquantity timeinsec Discretesignal discrete timesignalNisintegervalued representsdiscreteinstancesintimes Discrete timesignal InMatlab afinite durationsequencerepresentationrequirestwovectors andeachforxandn Example Question whetherornotanarbitraryinfinite durationsequencecanberepresentedinMATLAB Typesofsequences Elementarysequenceforanalysispurposes1 UnitsamplesequenceRepresentationinMATLAB Function x n impseq n0 n1 n2 A n n1 n2 x zeros 1 n2 n1 1 x n0 n1 1 1 B n n1 n2 x n n0 0 stem n x ro ProgramP1 1 2 Unitstepsequence A n n1 n2 x zeros 1 n2 n2 1 x n0 n1 1 end 1 B n n1 n2 x n n0 0 3 Real valuedexponentialsequence ForExample n 0 10 x 0 9 n stem n x ro MATLAB中数组 矩阵基本运算符 运算符号举例加法 a b 12 34 1 2 3减法 a b 12 34 1 2 3乘法 a b 1 2 3 1 2 3 4 a b 1 2 3 4 3 8 逆乘 左乘 ax b x a b inv a b右乘 xa b x b a b inv a 乘幂 方阵的幂 a 2 a a元素的幂 a 2x 3 4 Complex valuedexponentialsequence Attenuation 衰减因子frequencyinradians ForExample n 0 10 x exp 2 3j n 5 Sinusoidalsequence PhaseinradiansForExample n 0 10 x 3 cos 0 1 pi n pi 3 2 sin 0 5 pi n 6 Randomsequence Rand 1 N GeneratealengthNrandomsequencewhoseelementsareuniformlydistributedbetween 0 1 Randn 1 N GeneratealengthNGaussianrandomsequencewithmean0andvariance1 en 0 1 7 Periodicsequence Asequencex n isperiodicifx n x n N ThesmallestintegerNiscalledthefundamentalperiodForexampleA xtilde x x x x B xtilde x ones 1 P xtilde xtilde xtilde xtilde transposition Operationsonsequence 1 SignaladditionSample by sampleaddition x1 n x2 n x1 n x2 n 3 Scaling a x n ax n 5 folding y n x n k m n k y x 4 Shifting y n x n y fliplr x n fliplr n 6 Samplesummationss sum x n1 n2 7 Sampleproductionsp prod x n1 n2 8 Signalenergyse sum x conj x orse sum abs x 2 9 Signalpower Someusefulresults UnitsamplesynthesisAnyarbitrarysequencecanbesynthesizedasaweightedsumofdelayedandscaledunitsamplesequence EvenandoddsynthesisEven symmetric xe n xe n Odd antisymmetric xo n xo n Anyarbitraryreal valuedsequencecanbedecomposedintoitsevenandoddcomponent x n xe n xo n Thegeometricseries Aone sideexponentialsequenceoftheform an n 0 whereaisanarbitraryconstant iscalledageometricseries Expressionforthesumofanyfinitenumberoftermsoftheseries Correlationsofsequences Itisameasureofthedegreetowhichtwosequencesaresimilar Giventworeal valuedsequencesx n andy n offiniteenergy CrosscorrelationAutocorrelation Theindexliscalledtheshiftorlagparameter Thespecialcase y n x n DiscreteSystems Mathematically anoperationT y n T x n x n excitation inputsignaly n response outputsignalClassificationLinearsystemsNonlinearsystems LinearoperationL IffL satisfiestheprincipleofsuperpositionTheoutputy n ofalinearsystemtoanarbitraryinputx n iscalledimpulseresponse andisdenotedbyh n k h n k thetime varyingimpulseresponse Lineartime invariant LTI system Alinearsysteminwhichaninput outputpairisinvarianttoashiftnintimeiscalledalineartimes invariantsystemy n L x n y n k L x n k TheoutputofaLTIsystemiscallalinearconvolutionsumAnLTIsystemiscompletelycharacterizedinthetimedomainbytheimpulseresponseh n PropertiesoftheLTIsystem StabilityAsystemissaidtobebounded inputbounded output BIBO stableifeveryboundedinputproducesaboundedoutput Condition absolutelysummableToavoidbuildingharmfulsystemsortoavoidburnoutorsaturationinsystemoperation PropertiesoftheLTIsystem CausalityAsystemissaidtobecausaliftheoutputatindexn0dependsonlyontheinputuptoandincludingtheindexn0TheoutputdoesnotdependonthefuturevaluesoftheinputCondition h n 0 n 0Suchasequenceistermedacausalsequence Tomakesurethatsystemscanbebuilt Convolution ConvolutioncanbeevaluatedinmanydifferentwaysIfthesequencesaremathematicalfunctions thenwecananalyticallyevaluatex n h n forallntoobtainafunctionalformofy n Graphicalinterpretation folded and shiftedversion Functionformofconvolution Threedifferentconditionsunderwhichu n k canbeevaluated Case1 n 9 completelyoverlaps Folded and shifted Signalsx x 1 x 2 x 3 x 4 x 5 SystemImpulseResponse h h 1 h 2 h 3 h 4 y conv x h y 1 x 1 h 1 y 2 x 1 h 2 x 2 h 1 y 3 x 1 h 3 x 2 h 2 x 3 h 1 x 1 x 2 x 3 x 4 x 5 h 4 h 3 h 2 h 1 Notethattheresultingsequencey n hasalongerlengththanboththex n andh n sequence Sequencecorrelationsrevisited Thecorrelationcanbecomputedusingtheconvfunctionifsequencesareoffiniteduration Example2 8ThemeaningofthecrosscorrelationThisapproachcanbeusedinapplicationslikeradarsignalprocessinginidentifyingandlocalizingtargets DifferenceEquation AnLTIdiscretesystemcanalsobedescribedbyalinearconstantcoefficientdifferenceequationoftheformIfaN 0 thenthedifferenceequationisoforderNItdescribesarecursiveapproachforcomputingthecurrentoutput giventheinputvaluesandpreviouslycomputedoutputvalues Solutionofdifferenceequation y n yH n yP n Homogeneouspart yH n Particularpart yP n AnalyticalapproachusingZ transformwillbediscussedinthefuntureNumericalsolutionwithMatlaby filter b a x Zero inputandZero stateresponse InDSPthedifferenceequationisgenerallysolvedforwardintimefromn 0 Thereforeinitialconditionsonx n andy n arenecessarytodeterminetheoutputforn 0 Subjecttotheinitialconditions Solution Zero inputandZero stateresponse yZI n zero inputsolutionAsolutionduetotheinitialconditionsaloneyZS n zero statesolutionAsolutionduetoinputx n alone Digitalfilter Discrete timeLTIsystemsarealsocalleddigitalfilter Classifica
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 信息与计算科学专业智能计算实习报告范文
- 第二学期幼儿园小班户外活动详细计划
- 西师版二年级数学下册知识点
- 2026全球信息技术行业竞争态势分析需求投资评估发展研究方案
- 2026中国智能宠物护理设备市场现状供需分析及投资评估规划分析研究报告
- 生猪养殖安全生产应急预案
- 高中一年级劳动技术课“手工制作面塑可爱老虎”教学设计
- 2027年百色职业学院单招职业技能考试题库及答案1套
- 《经营者养成笔记》-读书笔记
- 汽轮机本体检修规程完整
- 普华永道:2026年全球AI就业晴雨表-AI时代就业的两种未来图景(2026年-中文版)
- 2026秋小学西师大版音乐二年级上册(新教材)教学计划含教学进度表
- 小学科学苏教版(新教材)六年级上册第一单元《物质的变化》单元小结课件
- 2026年计算机专业综合应用题库
- 油田集输系统技术培训课件
- 成都盐道街中学2026初一入学语文分班考试真题含答案
- 阅读理解(专项训练)五升六英语暑假专项提升(人教PEP版)
- 小区绿化养护合同
- 2026年秋季六年级数学上册教学计划(人教版)
- 2025北京市事业单位就业援藏专项招聘21人备考试题含答案
- 成都蜀华2025初一入学英语分班考试真题含答案
评论
0/150
提交评论