BME 301 - New Jersey Institute Of Technology

9m ago
4 Views
1 Downloads
615.21 KB
34 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Grady Mosby
Transcription

BME 301 6-Signals and Systems 1

What are Signals? A Signal is a term used to denote the information carrying property being transmitted to or from an entity such as a device, instrument, or physiological source Examples: – Radio and Television Signals – Telecommunications and Computer Signals – Biomedical Engineering Signals 2

What is a System? A System is a term used to denote an entity that processes or operates on Signal(s) to transform one signal to another – – – – Manipulate Change Record Transmit A System has inputs and outputs Examples – Amplifiers, Radios, Televisions – Telephone, Modem, Computer – Oscilloscopes, ECG, EEG, EMG 3

How do we describe Signals? Signals are associated with an independent variable(s): e.g., time, single or multivariate spatial coordinate – Most instrumentation signals have time as their independent variable – A digital photograph or image has spatial coordinates as its independent variables We can also represent a Signal by a waveform Signal Independent Variables can be either Continuous (also called Analog) or Discrete 4

Continuous-Time Signals 5

Discrete-Time Signals A Discrete-Time Signal can be obtained from a Continuous-Time signal by Sampling. 1.5 1.5 1 1 0.5 0.5 0 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 0 -0.5 -0.5 -1 -1 -1.5 -1.5 ωt Continuous-Time Signal x(t) sin(ω t) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 nT s Discrete-Time Signal x(t nTs ) x(nTs ) x[n] sin (ω nTs ) where n is an integer: N1 n N 2 and Ts is the sampling period 6

Discrete Time Signals 7

Representation of a System How do represent a system mathematically? – Since a system transforms a signal into another we write: y(t) T {x(t)} – where T is an operator to symbolize a system, – x(t) is the signal that goes into the system: input signal – And y(t) is transformed signal or output signal We can also represent it by a flow diagram x(t) T y(t) 8

Example of a Continuous-Time System A squarer system: y(t) {x(t)}2 – The output equals the square of the input. – This is the result of putting the sine wave into the squarer Input: x(t) Output: y(t) {x(t)}2 This is an example of a continuous-time system We might be able to build this using an electronic circuit 9

Discrete Time Systems If we put a discrete-time signal into a system the output may be a discrete-time signal This is called a Discrete-time system. y[n] T {x[n]} Using our squarer example: y[n] {x[n]}2 Input: x[n] Output: y[n] {x[n]}2 10

Mixed Systems Continuous-to-Discrete systems y[n] T {x(t)} – Example: a sampler: y[n] x(nTs) This is also called a A-to-D converter Discrete-to-Continuous systems y(t) T {x[n]} – Example: An D-to-A converter The opposite of a sampler Takes the samples a recreates the Continuous Signal 11

Graphical Representations of a System y(t) T {x(t)} x(t) T {x(t)} x(t) A y(t) [x(t)]2 AXB B Our Squarer Example 12

An Example Example: A music CD Recorder Music x[n] A-to-D Converter x(t) x[n] CD Optical Disk Writer Optical Disk Reader Stereo D-to-A Converter x(t) Listener 13

Sampling We can obtain a discrete-time signal by sampling a continuous-time signal at equally spaced time instants, tn nTs x[n] x(nTs) - n The individual values x[n] are called the samples of the continuous time signal, x(t). The fixed time interval between samples, Ts, is also expressed in terms of a sampling rate fs (in samples per second) such that: fs 1/ Ts samples/sec. 14

Continuous-to-Discrete Conversion By using a Continuous-to-Discrete (C-to-D) converter, we can take continuous-time signals and form a discrete-time signal. There are devices called Analog-to-Digital converters (A-to-D) The books chooses to distinguish an C-to-D converter from an A-to-D converter by defining a C-to-D as an ideal device while A-to-D converters are practical devices where real world problems are evident. – Problems in sampling the amplitudes accurately – Problems in sampling at the proper times 15

Shannon’s Sampling Theorem How frequently do we need to sample? The solution: Shannon’s Sampling Theorem: A continuous-time signal x(t) with frequencies no higher than fmax can be reconstructed exactly from its samples x[n] x(nTs), if the samples are taken a rate fs 1 / Ts that is greater than 2 fmax. Note that the minimum sampling rate, 2 fmax , is called the Nyquist rate. 16

Sampling If we sample at the Nyquist rate or higher we can always recover the original continuous signal. This is the ideal case practical cases present errors – You need a special filter to recover the original signal; practical filter designs only approach the ideal case. – Approximation methods are used. – You need to know the highest frequency; but most of the time you don’t know it. 17

Discrete-to-Continuous Conversion An D-to-C converter uses the samples to reconstruct the continuous-time signal by interpolation. There are various interpolation algorithms which may be used: – Zero-Order Hold – Linear – Cubic Spline 18

Interpolation 1 1 0 0 0 2 4 6 8 0 10 2 4 6 8 10 -1 -1 Zero-Order Hold Linear Oversampling always improves the reconstruction Best reconstruction is Low Pass Filter or what the text calls: Ideal Bandlimited Interpolation 19

Non-sinusoidal Signals Sampling and reconstruction processes for any continuous-time signal is the same – Shannon’s Sampling theorem – Nyquist Rate fs 2fmax to eliminate aliasing – Oversampling to improve interpolation – Ideal (low pass filter) Bandlimited interpolation 20

Conversion from Analog to Digital This an example of sampling with levels There are 3 bits per sample The zones are Δ units wide 111 110 101 100 011 010 001 000 Δ 100 101 111 111 110 100 010 000 21

Digital to Analog Reconstruction This an example of the reconstruction of the original signal from the coded samples This line is the staircase approximation of the samples from the codes This line is the approximation as a result of the applying a low pass filter to the staircase approximation 111 110 101 100 011 010 001 000 Δ 100 101 111 111 110 100 010 000 Note the quantization error/noise 22

Analog vs Digital Noise – Analog signals are prone to noise – Noise is less damaging to Digital signals since we know what values the digital signal takes on Circuitry – Digital signals can be easily processed by electronic circuits or Integrated Circuits – ICs – Analog signals require filters and other elements to assure that the signal is not distorted Transmission – More digital information can be transmitted than analog information over the same transmission lines. 23

Design Process System Design – Initial Development Ideas from Customer Needs Develop Specs from Customer Needs Invent Possible Solutions to meet the Specs Design System Block Diagrams of the Preferred Solution – Development of Prototypes Based on the Preferred Solution, a preliminary breadboard circuit design is made and tested If breadboard design meets the Specs, then a prototype circuit is made and tested If the prototype meets the Specs, then Production can begin – Production Continual testing against the Spec are made to assure System Quality 24

Design Process Circuit Design – Develop a Circuit Configuration – Select Component Values – Estimate Performance – Construct Prototype – Test – Document 25

Integrated Circuits Building many circuits to fit into small packages The process to build ICs is based on technologies used to manufacture the transistor n–type p–type n–type 26

Metal Oxide Semiconductor Field Effect Transistor MOSFET (NMOS) Enhancement Mode G S Source Oxide Drain W n L – – – – D Metal Gate n p Substrate, body or Base Consists of Four terminals B Drain which is n-doped material Source also n-doped material Base which is p-doped material Gate is a metal and is insulated from the Drain, Source and Base by a thin layer of silicon dioxide .05-.1mm thick Basically, an electric current flowing from drain to source, iD, is controlled by the amount of voltage (electric field) appearing between the gate and base (note that the base and source are usually tied together and therefore, it is referred to as the gate to source voltage or gate voltage), vGS. iD flows through a channel of n-type material which is induced by vGS. The amount of iD is a function of the thickness of the channel and the voltage between drain and source, vDS However, the thickness of channel is controlled by the level of gate voltage. (The width, .5 to 500 mm, and length, .2 to 10 mm, of the channel is shown in the diagram.) 27

IC Fabrication Using Photolithography Light MASK Photo Resist SiO2 n-type Substrate 28

IC Fabrication Using Photolithography p-type Atoms Photo Resist SiO2 p-type Substrate n-type Substrate 29

IC Fabrication Using Photolithography Light MASK Photo Resist SiO2 p-type Substrate n-type Substrate 30

IC Fabrication Using Photolithography n-type Atoms Photo Resist SiO2 n-type Substrate p-type Substrate n-type Substrate 31

IC Fabrication Using Photolithography Contacts n-type Substrate p-type Substrate n-type Substrate 32

Homework 1. For the ECG signal following a. b. What is the minimum sampling rate for the following periodic signal? What would be a good sampling rate to choose to ensure that all of the necessary features were captured? Period: 0.5 sec Smallest detail: 0.0002 sec 33

Homework 2. Describe the benefits of Digital Designs vs Analog Designs. 3. In the Design process what governs the design? 4. What is the purpose of documentation during the design process? 5. HONORS STUDENTS ADD THE FOLLOWING For the typical human voice spectrum what would be the minimum sampling rate? Assuming data is transmitted using 8bits/sec, how many voice levels associated with the voice signal can be converted from analog to digital. 34

Continuous-to-Discrete Conversion By using a Continuous-to-Discrete (C-to-D) converter, we can take continuous-time signals and form a discrete-time signal. There are devices called Analog-to-Digital converters (A-to-D) The books chooses to distinguish an C-to-D converter from an A-to-D converter by defining a C-to-D as an

Related Documents:

ref. part no. part description comments revision dwg 70942 image no. 1. 301-540h dozer blade hitch 2. 301-541h pivot frame 3. 301-542h 3.0 pivot pin 4. 301-548h 84" dozer blade 4. 301-549h 96" dozer blade 5. 301-601d float bushing 6. 301-683d 3.0 pivot thrust washer 7. 301-686d pin cap 8. 301-691d tilt pin retainer 9. 301-697d guide plate shim 10. 301-698d guide plate 11. 800-001c grease zerk .

and involving the community in identifying gaps in service provision. Engaging with BME communities to better meet their healthcare needs is not simply a moral imperative or an exercise in political correctness. Intervening early and providing BME communities with the right health and social care could save the NHS money by reducing health

Ⅰ. To start FC-301/D Program Software and read the parameters of FC-301/D RF Link Module Step 1: Make sure the radio FC-301/D is in program status (pin8 SW of CON1(DB9) in low level-GND) and the connection is ready between FC-301/D and PC via program cable. Step 2: Double click ‘QuickSet.exe’ for FC-301/D. It will enter into program

Rutgers, the State University of New Jersey (RU), Department of Biomedical Engineering (BME) 2012-2014 Graduate Fellow Rutgers, the State University of New Jersey (RU), Department of Biomedical Engineering (BME) 2008-2012 Graduate Research Assistant B.2. Industry Colgate-Palmolive Company, Pro

Page 3 National Training Institute Tim Strickland, Director NTI Operations (301) 715-2347 Denise Jenkins, Meeting & NTI Coordinator (301) 715-2344 Virginia Kingsley, HR & NTI Coordinator (301) 715-2345 Order Fulfillment Center Wayne Brown, Warehouse Manager (301) 715-2386 Materials Handler Team (301) 715-2372

- filters which only pass high frequencies - filters which only alter the phase Therefore, we usually plot the amplitude and phase of the frequency response vs. frequency . Best reconstruction is Low Pass Filter or what the text calls: Ideal Bandlimited Interpolation! BME 310 Biomedical Computing - J.Schesser 2 ( ) BME 310 .

Double-Master-Degree Program, University of Passau & New Jersey Institute of Technology 15 Contact –New Jersey Institute of Technology Program Coordinator and Academic Coordinator Prof. Layek Abdel Malek Department of Mechanical and Industrial Engineering New Jersey Institute of Technology University Height

Brookside Gardens! MontgomeryParks.org THE MARYLAND-NATIONAL CAPITAL PARK AND PLANNING COMMISSION NEW Improved ActiveMONTGOMERY Website, see page 9 - - - - . School of Botanical Art : 301-962-1470 & Illustration : Volunteer Ofce ; 301-962-1429 : Gift Shop ; 301-962-1448 : Facility Rental ; 301-962-1404 : McCrillis Gardens ; 301-962-1455 :