SDM INSTITUTE OF TECHNOLOGY, UJIRE
Model Lab Question Paper
Verify the Sampling theorem. Set the conditions for under sampling and over sampling.
Write a matlab program to find N point DFT of any sequence. Compute 4 point DFT of the
sequence.
Write a matlab program to find N point DFT of any sequence. Compute 4 point DFT of the
sequence .
Write a matlab program to find the circular convolution of 2 sequences of length L and of
length M.Compute 4 point circular convolution the 2 sequences given below and plot the graph.
Write a matlab program to find the circular convolution of 2 sequences of length L and of
length M.Compute circular convolution the 2 sequences given below and plot the graph.
Write a matlab program to find the linear convolution of 2 sequences of length L and of length
M. Compute linear convolution the 2 sequences given below and plot the graph.
Write a matlab program to find the cross correlation of 2 sequences and .Also verify the
properties for given input. Compute cross correlation of the 2 sequences given below and plot the
graph.
Write a matlab program to find the auto correlation of the sequence x(n).Also verify the
properties for the given input. Compute auto correlation of the sequence given below and plot
the graph
Write a matlab program to find the circular convolution of 2 sequences of length L and of
length M using DFT and IDFT function.Compute 4 point circular convolution the 2 sequences
using DFT and IDFT method and plot the magnitude of the result.
Write a matlab program to find the linear convolution of 2 sequences of length L and of length
M using DFT and IDFT function. Compute linear convolution the 2 sequences given below
using DFT and IDFT and plot the magnitude of the result.
Write a matlab program to find the impulse response of the LTI system described by difference
equation. Compute 10 samples of the impulse response h(n) of the difference equation and verify
in matlab.
Write a matlab program to solve the difference equation for a given input and initial
conditions.Compute 10 samples of solution for the given difference equation.
with the input and initial conditions .
Write a matlab program to solve the difference equation for a given input and initial
conditions.Compute 10 samples of natural response for the given difference equation.
with the input .
Write a matlab program to design a FIR FILTER for given specification using the window
method.
Passband edge frequency:1.5KHz
Stopband edge frequency:2KHz
Minimum stopband attenuation:50dB
Sampling frequency:8KHz.
Write a matlab program to design a FIR FILTER for given specification using the window
method.
Passband edge frequency:10KHz
Stopband edge frequency:15KHz
Minimum stopband attenuation:70dB
Sampling frequency:8KHz.
Write a matlab program to design a butterworth lowpass filter for given specification
Passband edge frequency:1.5KHz
Stopband edge frequency:2KHz
Passband attenuation:2dB
Minimum stopband attenuation:25dB
Sampling frequency:8KHz.
Write a matlab program to design a butterworth bandpass filter for given specification
Upper and lower cutoff frequency of 5KHz and 20KHz
A stopband attenuation of atleast 20dB at 2KHz and 45KHz.
Sampling frequency:1000KHz.
Write a matlab program to design a butterworth highpass filter for given specification
Passband edge frequency:2KHz
Stopband edge frequency:1KHz
Passband attenuation:2dB
Minimum stopband attenuation:25dB
Sampling frequency:8KHz.
Write a matlab program to design a Chebyshev lowpass filter for given specification
Passband edge frequency:1 rad/sec
Stopband edge frequency:1.3 rad/sec
Passband attenuation:2dB
Minimum stopband attenuation:20dB
Sampling frequency:8KHz.
Write a matlab program to design a butterworth bandstop filter for given specification
Stopband 100 to 600Hz
passband attenuation of 3 dB.
20dB stopband attenuation at 200 and 400Hz
Write a matlab program to design a chebyshev bandstop filter for given specification
Stopband 550Hz to 1000Hz
passband attenuation of 3 dB.
20dB stopband attenuation at 200 and 400Hz
Write a C program to find the linear convolution of 2 sequences using CCStudio.
Write a C program to find the circular convolution of 2 sequences using CCStudio.
Write a C program to find N point DFT of a real sequence. .
Write a C program to find the impulse response of LTI system described by the difference
equation.