




版權(quán)說(shuō)明:本文檔由用戶(hù)提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
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指數(shù)) 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無(wú)窮小 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. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶(hù)所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶(hù)上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶(hù)上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶(hù)因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 湖北工業(yè)大學(xué)畢業(yè)答辯
- 2025年北京五十中中考數(shù)學(xué)模擬試卷(4月份)
- 口腔科學(xué)試題及答案解析
- 初級(jí)烹飪考試題庫(kù)及答案
- 檔案管理 筆試題及答案
- 檢驗(yàn)員考試復(fù)習(xí)的最佳時(shí)間安排試題及答案
- 倉(cāng)儲(chǔ)知識(shí)考試題庫(kù)及答案
- 衛(wèi)生班會(huì)課件
- ai操作考試題庫(kù)及答案
- 分布式光伏電站設(shè)計(jì)培訓(xùn)手冊(cè)
- 2025年國(guó)家電投公開(kāi)招聘管理單位筆試遴選500模擬題附帶答案詳解
- 中學(xué)理化生數(shù)字化實(shí)驗(yàn)室建設(shè)方案
- 土方車(chē)隊(duì)運(yùn)輸居間合同范文
- 電工電子學(xué)知到智慧樹(shù)章節(jié)測(cè)試課后答案2024年秋湖南大學(xué)
- 陜西延長(zhǎng)石油集團(tuán)有限責(zé)任公司行測(cè)筆試題庫(kù)2024
- 【MOOC】計(jì)算機(jī)網(wǎng)絡(luò)-南京農(nóng)業(yè)大學(xué) 中國(guó)大學(xué)慕課MOOC答案
- 《預(yù)裝式變電站》課件
- 北京工業(yè)大學(xué)《環(huán)境微生物學(xué)》2022-2023學(xué)年第一學(xué)期期末試卷
- 汽車(chē)修理工(技師)考試題庫(kù)(含答案)
- 《循環(huán)神經(jīng)網(wǎng)絡(luò)》課件
- 2024年浙江省中考社會(huì)試卷真題(含標(biāo)準(zhǔn)答案及評(píng)分標(biāo)準(zhǔn))
評(píng)論
0/150
提交評(píng)論