Sine Waves. Notation s 0 … s n … s N or s(0), … s(n), … s(N) Sketch the following digital signals: δ (n) = 1, n = 0 = 0, otherwise u (n) = 1, n >= 0 =

Slides:



Advertisements
Similar presentations
Symmetry and the DTFT If we know a few things about the symmetry properties of the DTFT, it can make life simpler. First, for a real-valued sequence x(n),
Advertisements

Intro to Spectral Analysis and Matlab. Time domain Seismogram - particle position over time Time Amplitude.
Fourier Transform – Chapter 13. Fourier Transform – continuous function Apply the Fourier Series to complex- valued functions using Euler’s notation to.
Analog-to-digital Conversion and Digital-to-analog Conversion (with DSP) ES-3.
Lecture 10 – The basics of Digital Signal Processing.
Physics 434 Module 4-FFT - T. Burnett 1 Physics 434 Module 4 week 2: the FFT Explore Fourier Analysis and the FFT.
Convolution and Fourier Transforms in Digital Signal Analysis
SWE 423: Multimedia Systems Chapter 3: Audio Technology (3)
1 Digitisation Conversion of a continuous electrical signal to a digitally sampled signal Analog-to-Digital Converter (ADC) Sampling rate/frequency, e.g.
Life in the frequency domain Jean Baptiste Joseph Fourier ( )
1 Lab Preparation Initial focus on Speaker Verification –Tools –Expertise –Good example “Biometric technologies are automated methods of verifying or recognising.
Variable Phenomena Nyquist Sampling Harry Nyquist (1889 – 1976)
Continuous-time Signal Sampling Prof. Siripong Potisuk.
Lecture 12: Introduction to Discrete Fourier Transform Sections 2.2.3, 2.3.
Data Acquisition. Data Acquisition System Analog Signal Signal Conditioner ADC Digital Processing Communication.
First semester King Saud University College of Applied studies and Community Service 1301CT.
Sampling of Continuous Time Signal Section
Basics of Signal Processing. frequency = 1/T  speed of sound × T, where T is a period sine wave period (frequency) amplitude phase.
Fourier Theory in Seismic Processing (From Liner and Ikelle and Amundsen) Temporal aliasing Spatial aliasing.
Digital to Analogue Conversion Natural signals tend to be analogue Need to convert to digital.
Lecture 41 Practical sampling and reconstruction.
Signal ProcessingES & BM MUET1 Lecture 2. Signal ProcessingES & BM MUET2 This lecture Concept of Signal Processing Introduction to Signals Classification.
EE421, Fall 1998 Michigan Technological University Timothy J. Schulz 08-Sept, 98EE421, Lecture 11 Digital Signal Processing (DSP) Systems l Digital processing.
Computer Based Data Acquisition Basics. Outline Basics of data acquisition Analog to Digital Conversion –Quantization –Aliasing.
Computer Science 121 Scientific Computing Winter 2014 Chapter 13 Sounds and Signals.
Vibrationdata 1 Unit 5 The Fourier Transform. Vibrationdata 2 Courtesy of Professor Alan M. Nathan, University of Illinois at Urbana-Champaign.
Noise Reduction Using Digital Filtering in LabVIEW™
GG 313 Lecture 26 11/29/05 Sampling Theorem Transfer Functions.
Sampling Theorems. Periodic Sampling Most signals are continuous in time. Example: voice, music, images ADC and DAC is needed to convert from continuous-time.
Chapter 15 AC Fundamentals.
Vibrationdata 1 Unit 5 The Fourier Transform. Vibrationdata 2 Courtesy of Professor Alan M. Nathan, University of Illinois at Urbana-Champaign.
Jan. 26, 2004 Prof. Paul Lin 1 CPET The Physical Layer Data Communications and Networking Paul I-Hai Lin, Professor Electrical and Computer Engineering.
ECE 4710: Lecture #7 1 Overview  Chapter 3: Baseband Pulse & Digital Signaling  Encode analog waveforms into baseband digital signals »Digital signaling.
ECE 1100: Introduction to Electrical and Computer Engineering David R. Jackson Professor, ECE Dept. Spring 2008 Notes 9 Sinusoidal Signals t v(t)v(t)
Vibrationdata 1 Unit 6a The Fourier Transform. Vibrationdata 2 Courtesy of Professor Alan M. Nathan, University of Illinois at Urbana-Champaign.
GG313 Lecture 24 11/17/05 Power Spectrum, Phase Spectrum, and Aliasing.
CS434/534: Mobile Computing and Wireless Networks Y. Richard Yang 08/30/2012.
A. B. M. Nasiruzzaman Dept. of EEE, RUET According to the Nyquist theorem, the sampling rate must be at least 2 times the highest frequency contained in.
PHYSICS CLASS ACTIVITY. CLASS ACTIVITY: TUNING FORK FREQUENCY.
Lecture 3: The Sampling Process and Aliasing 1. Introduction A digital or sampled-data control system operates on discrete- time rather than continuous-time.
Lecture 2 Analog to digital conversion & Basic discrete signals.
Learning from the Past, Looking to the Future James R. (Jim) Beaty, PhD - NASA Langley Research Center Vehicle Analysis Branch, Systems Analysis & Concepts.
Measurement and Instrumentation
Unit 2 Discrete System 中華技術學院電子系 蔡樸生 副教授 林盈灝 副教授.
Physical characteristics of sound Amplitude – The measure of displacement of the air pressure wave Frequency – Represents the number of periods.
Lecture 1.4. Sampling. Kotelnikov-Nyquist Theorem.
Multirate Signal Processing* Tutorial using MATLAB**
Digital FM Exciter Digital Signal Processing for FM Philipp Schmid
CS 591 S1 – Computational Audio – Spring 2017
Unit 5 The Fourier Transform.
Lecture Signals with limited frequency range
EE Audio Signals and Systems
Fundamentals Data.
لجنة الهندسة الكهربائية
Chapter 2 Signal Sampling and Quantization
Analogue filtering UNIVERSITY of MANCHESTER School of Computer Science
Figure Hz sine wave to be sampled.
MECH 373 Instrumentation and Measurements
Net 222: Communications and networks fundamentals (Practical Part)
Digital Control Systems Waseem Gulsher
Net 222: Communications and networks fundamentals (Practical Part)
EE521 SystemView Example James K Beard, Ph.D. (215) 12/8/2018
Life in the frequency domain
Chapter 2 Ideal Sampling and Nyquist Theorem
Signal Processing and Data Analysis Simon Godsill Lent 2015
Lab 2 Sampling and Quantization
Uses of filters To remove unwanted components in a signal
Digital Signal Processing
Today's lecture System Implementation Discrete Time signals generation
DATA COMMUNICATION Lecture-12.
Presentation transcript:

Sine Waves

Notation s 0 … s n … s N or s(0), … s(n), … s(N) Sketch the following digital signals: δ (n) = 1, n = 0 = 0, otherwise u (n) = 1, n >= 0 = 0, n < 0 x (n) = a n –(for a = 1; 0 1, and a=-1; -1<a<0; a<-1)

Sine Wave Generation Point P moves at f Hz (cycles/s)  duration of 1cycle T = 1/f There are N samples in one rotation of the point P s n = r sin(  n ), where n refers to the n th sample time We have: is simply an array of sample times

Sine Wave Generation in MATLAB function sig = makesine (f, fs, timelen) t = 0:(1/fs):timelen-(1/fs); sig = sin(2*pi*f*t); plot (t, sig); grid;

Sampling when

Phase π/2 rad (90°) phase shift in sampling

Aliasing What happens as we decrease the sampling rate?

Conclusion We cannot recover signal components >F s /2 –Nyquist Theorem If analog signal has frequency components > F s /2, they will cause distortion by appearing as aliases –Must use anti-aliasing filter before sampling