




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Lecture 1: Signals & Systems Concepts(1) Systems, signals, mathematical models. Continuous-time and discrete-time signals and systems. Energy and power signals. Linear systems. Examples, introduction to MatlabSpecific Objectives:Introduce, using examples: what is a signal what is a systemhow are the
2、y relatedEE-2027 SaS, L11Recommended Reading MaterialSignals and Systems, Oppenheim & Willsky, Chapter 1MatlabMany other introductory sources available. EE-2027 SaS, L12What is a Signal?A signal is a pattern of variation of some formSignals are variables that carry informationExamples of signal incl
3、ude:Electrical signalsVoltages and currents in a circuitAcoustic signalsAcoustic pressure (sound) over timeMechanical signalsVelocity of a car over timeVideo signalsIntensity level of a pixel (camera, video) over timeEE-2027 SaS, L13How is a Signal Represented?Mathematically, signals are represented
4、 as a function of one or more independent variables.For instance a black & white video signal intensity(亮度) is dependent on x, y coordinates and time t f(x,y,t)On this course, we shall be exclusively concerned with signals that are a function of a single variable: timetf(t)EE-2027 SaS, L14Example: S
5、ignals in an Electrical CircuitThe signals vc and vs are patterns of variation over timeNote, we could also have considered the voltage across the resistor or the current as signals+-ivcvsRC Step (signal) vs at t=1 RC = 1 First order (exponential指数) response for vcvs, vctEE-2027 SaS, L15Continuous &
6、 Discrete-Time SignalsContinuous-Time SignalsMost signals in the real world are continuous time, as the scale is infinitesimally无穷小 fine.Eg voltage, velocity, Denote by x(t), where the time interval间隔 may be bounded (finite) or infiniteDiscrete-Time SignalsSome real world and many digital signals ar
7、e discrete time, as they are sampledE.g. pixels, daily stock price (anything that a digital computer processes)Denote by xn, where n is an integer value that varies discretelySampled continuous signal xn =x(nk) k is sample timex(t)txnnEE-2027 SaS, L16Many human-made Signals are DTWhy DT? Can be proc
8、essed by modern digital computersand digital signal processors (DSPs).EE-2027 SaS, L17Mandrill ExampleUnblurred Image & No NoiseEE-2027 SaS, L18Mandrill ExampleBlurred Image (bad focus)EE-2027 SaS, L19Mandrill ExampleUnblurred Image 0.1% Noise (too dark)EE-2027 SaS, L110Signal Properties On this cou
9、rse, we shall be particularly interested in signals with certain properties:Periodic signals: a signal is periodic if it repeats itself after a fixed period T, i.e. x(t) = x(t+T) for all t. A sin(t) signal is periodic.Even and odd signals: a signal is even if x(-t) = x(t) (i.e. it can be reflected i
10、n the axis at zero). A signal is odd if x(-t) = -x(t). Examples are cos(t) and sin(t) signals, respectively.Exponential and sinusoidal signals: a signal is (real) exponential if it can be represented as x(t) = Ceat. A signal is (complex) exponential if it can be represented in the same form but C an
11、d a are complex numbers.Step and pulse signals: A pulse signal is one which is nearly completely zero, apart from a short spike, d(t). A step signal is zero up to a certain time, and then a constant value after that time, u(t).These properties define a large class of tractable(易处理的), useful signals
12、and will be further considered in the coming lecturesEE-2027 SaS, L111What is a System?Systems process input signals to produce output signalsExamples:A circuit involving a capacitor can be viewed as a system that transforms the source voltage (signal) to the voltage (signal) across the capacitorA C
13、D player takes the signal on the CD and transforms it into a signal sent to the loud speakerA communication system is generally composed of three sub-systems, the transmitter, the channel and the receiver. The channel typically attenuates and adds noise to the transmitted signal which must be proces
14、sed by the receiverEE-2027 SaS, L112How is a System Represented?A system takes a signal as an input and transforms it into another signalIn a very broad sense, a system can be represented as the ratio of the output signal over the input signalThat way, when we “multiply the system by the input signa
15、l, we get the output signalThis concept will be firmed up in the coming weeksSystemInput signalx(t)Output signaly(t)EE-2027 SaS, L113Example: An Electrical Circuit System+-ivcvsRCvs, vctEE-2027 SaS, L114Continuous & Discrete-Time Mathematical Models of SystemsContinuous-Time SystemsMost continuous t
16、ime systems represent how continuous signals are transformed via differential equations.E.g. circuit, car velocityDiscrete-Time SystemsMost discrete time systems represent how discrete signals are transformed via difference equationsE.g. bank account, discrete car velocity systemFirst order differen
17、tial equationsFirst order difference equationsEE-2027 SaS, L115Properties of a SystemOn this course, we shall be particularly interested in signals with certain properties:Causal: a system is causal if the output at a time, only depends on input values up to that time.Linear: a system is linear if t
18、he output of the scaled sum of two input signals is the equivalent scaled sum of outputsTime-invariance: a system is time invariant if the systems output is the same, given the same input signal, regardless of time.These properties define a large class of tractable, useful systems and will be furthe
19、r considered in the coming lecturesEE-2027 SaS, L116How Are Signal & Systems Related (i)?How to design a system to process a signal in particular ways?Assume a signal is represented asx(t) = d(t) + n(t)Design a system to remove the unknown “noise component n(t), so that y(t) d(t)System?x(t) = d(t) +
20、 n(t)y(t) d(t)EE-2027 SaS, L117How Are Signal & Systems Related (ii)?How to design a system to extract specific pieces of information from signalsEstimate the heart rate from an electrocardiogramEstimate economic indicators (bear, bull) from stock market valuesAssume a signal is represented asx(t) =
21、 g(d(t)Design a system to “invert the transformation g(), so that y(t) = d(t)System?x(t) = g(d(t)y(t) = d(t) = g-1(x(t)EE-2027 SaS, L118Lecture 1: SummarySignals and systems are pervasive in modern engineering courses:Electrical circuitsPhysical models and control systemsDigital media (music, voice,
22、 photos, video)In studying the general properties of signals and systems, you can:Design systems to remove noise/enhance measurement from audio and picture/video dataInvestigate stability of physical structuresControl the performance mechanical and electrical devices This will be the foundation for
23、studying systems and signals as a generic subject on this course.EE-2027 SaS, L119Introduction to MatlabSimulink is a package that runs inside the Matlab environment.Matlab (Matrix Laboratory) is a dynamic, interpreted, environment for matrix/vector analysisUser can build programs (in .m files or at
24、 command line) C/Java-like syntaxIdeal environment for programming and analysing discrete (indexed) signals and systemsEE-2027 SaS, L120Basic Matlab Operations % This is a comment, it starts with a “% y = 5*3 + 22;% simple arithmetic x = 1 2 4 5 6;% create the vector “x x1 = x.2;% square each elemen
25、t in x E = sum(abs(x).2);% Calculate signal energy P = E/length(x);% Calculate av signal power x2 = x(1:3);% Select first 3 elements in x z = 1+i;% Create a complex number a = real(z);% Pick off real part b = imag(z);% Pick off imaginary part plot(x);% Plot the vector as a signal t = 0:0.1:100;% Gen
26、erate sampled time x3=exp(-t).*cos(t);% Generate a discrete signal plot(t, x3, x);% Plot points EE-2027 SaS, L121Other Matlab Programming StructuresLoopsfor i=1:100 sum = sum+i;endGoes round the for loop 100 times, starting at i=1 and finishing at i=100i=1;while i=100 sum = sum+i; i = i+1;endSimilar
27、, but uses a while loop instead of a for loopDecisionsif i=5 a = i*2;else a = i*4; endExecutes whichever branch is appropriate depending on testswitch icase 5 a = i*2;otherwise a = i*4;endSimilar, but uses a switchEE-2027 SaS, L122Matlab Help!These slides have provided a rapid introduction to MatlabMastering Matlab 6, Prentice Hall, Introduction to Matlab (on-line)Lots of help availableType help in the command window or help operator. This displays the help associated with the specified operator/functionType lookfor topic to search for Matlab commands that
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 金融机构的在线文化活动与展览服务考核试卷
- 道路运输信息化发展路径考核试卷
- 铸造件的焊接工艺与质量控制考核试卷
- 新生儿感染预防要点
- 溺水的应急救护
- 疾病存在的意义
- 妇女心理疾病诊疗
- 腹痛的院前急救
- 内窥镜胶囊市场分析:预计2031年全球市场规模将为14.21亿美元
- 怎样提升孩子逻辑思维
- 施工现场建筑垃圾减量化专项方案
- 高三数学一轮复习题型与战法精准训练(新高考专用)7.2.2点线面的位置关系(针对练习)(原卷版+解析)
- 翻译理论与实践智慧树知到期末考试答案章节答案2024年湖南中医药大学
- 2024年吉林省中考历史试卷真题(含答案)
- 人教部编版三年级下册语文【选择题】专项复习训练真题100题(附答案解析)
- 免检车辆标志委托书
- 人教鄂教版科学18《制作日晷》课件-科学四年级下册人教鄂教版
- 云南开放大学实-用写作离线作业1-5
- 内科学(肾脏-内分泌-血液)智慧树知到期末考试答案章节答案2024年温州医科大学
- 食品安全与日常饮食智慧树知到期末考试答案章节答案2024年中国农业大学
- 信息安全、网络安全和隐私保护-信息安全控制清单(2024A1-雷泽佳编制)
评论
0/150
提交评论