Search for notes by fellow students, in your own course and all over the country.

Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.

My Basket

You have nothing in your shopping cart yet.

Title: Sns lab sessional 1 - practical work for signals and system
Description: lab work for signals and system. Discrete Time Signals In Frequency Domain

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


8 Discrete Time Signals In Frequency Domain
8
...
The output of a linear system to a sinusoidal input is a sinusoid of the same frequency but
with a different magnitude and phase
...
This information is called the system's frequency response
...
Given one, you can calculate the
other
...


8
...
X(ejω) can alternately be expressed in the form

The quantity |X(e ejω)| is called the magnitude function and the quantity θ(ω) is called the phase
function
...


The DTFT X (ejω) is a periodic continuous function in ω with a period 2π
...

MATLAB Commands:
For complex Z, the magnitude R and phase angle theta are given by:
R = abs (Z)
Theta = angle (Z)

Y = fft(X) returns the discrete Fourier transform of vector X, computed with a fast Fourier
transform (FFT) algorithm
...


Y = fft(X, n)

Fast Fourier Transform:

The Fast Fourier Transform (FFT) is just a computationally fast way to calculate the DFT
...
Use the FFT (Fast Fourier
Transform) function
...
Determine the Fourier transform of the following sequence
...
Compute the discrete Fourier transform of the following function analytically and
then
Plot the magnitude and phase
...
Given below is the frequency response of the system,
H(ejw) =

1+e-jw

1-e-jw+0
...

Taking w = -4*pi:8*pi/511:4*pi;

34 | P a g e


Title: Sns lab sessional 1 - practical work for signals and system
Description: lab work for signals and system. Discrete Time Signals In Frequency Domain