Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
126 views6 pages

SDM Institute of Technology, Ujire Model Lab Question Paper

The document contains specifications for several MATLAB programs involving digital signal processing concepts like DFT, convolution, filtering, etc. It asks to write MATLAB programs to compute operations like DFT, linear and circular convolution, filtering designs and more. It also asks to write C programs to find DFT, linear and circular convolution, and impulse responses of systems. Sample inputs and expected outputs are provided.

Uploaded by

DelviStann
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
126 views6 pages

SDM Institute of Technology, Ujire Model Lab Question Paper

The document contains specifications for several MATLAB programs involving digital signal processing concepts like DFT, convolution, filtering, etc. It asks to write MATLAB programs to compute operations like DFT, linear and circular convolution, filtering designs and more. It also asks to write C programs to find DFT, linear and circular convolution, and impulse responses of systems. Sample inputs and expected outputs are provided.

Uploaded by

DelviStann
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

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.

You might also like