| Expt. No | Experiments (All experiments are mandatory) |
| 1 | Simulate the basic signals using Python.
|
| 2 | Verification of the Properties of DFT: Circular convolution and Parseval’s theorem |
| 3 | Familiarization of DSP Hardware |
| 4 | Linear convolution of two arrays |
| 5 | FFT of signals |
| 6 | IFFT with FFT |
| 7 | FIR low pass filter |
| 8 | Overlap Save Block Convolution |
| 9 | Overlap Add Block Convolution |
Course Outcomes (COs)
| CO 1 | Simulate digital signals. |
| CO 2 | verify the properties of DFT computationally |
| CO 3 | Familiarize the DSP hardware and interface with computer. |
| CO 4 | Implement LTI systems with linear convolution. |
| CO 5 | Implement FFT and IFFT and use it on real time signals. |
| CO 6 | Implement FIR low pass filter. |
| CO 7 | Implement real time LTI systems with block convolution and FFT. |
Mapping of Course Outcomes with Program Outcomes
| PO
1 |
PO
2 |
PO
3 |
PO
4 |
PO
5 |
PO
6 |
PO
7 |
PO
8 |
PO
9 |
PO1
0 |
PO1
1 |
PO1
2 |
|
| CO1 | 3 | 3 | 1 | 2 | 3 | 0 | 0 | 0 | 3 | 0 | 0 | 1 |
| CO2 | 3 | 3 | 1 | 2 | 3 | 0 | 0 | 0 | 3 | 0 | 0 | 1 |
| CO3 | 3 | 3 | 3 | 2 | 3 | 0 | 0 | 0 | 3 | 1 | 0 | 1 |
| CO4 | 3 | 3 | 1 | 2 | 3 | 0 | 0 | 0 | 3 | 0 | 0 | 1 |
| CO5 | 3 | 3 | 1 | 1 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
| CO6 | 3 | 3 | 1 | 1 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
| CO7 | 3 | 3 | 1 | 3 | 3 | 0 | 0 | 0 | 3 | 3 | 0 | 0 |
Mark Distribution:
| Total Mark | CIE | ESE |
| 150 | 50 | 100 |
Continuous Internal Evaluation Pattern:Each experiment will be evaluated out of 50 credits continuously as
| Attribute | Mark |
| Attendance | 15 |
| Continuous assessment | 30 |
| Internal Test (Immediately before | 30 |
| the second series test) |
End Semester Examination Pattern: The following guidelines should be followed regarding award of marks
| Attribute | Mark |
| Preliminary work | 15 |
| Implementing the work/
Conducting the experiment |
10 |
| Performance, result and inference | 25 |
| (usage of equipments and trouble | |
| shooting) | |
| Viva voice | 20 |
| Record | 5 |
Curriculum
- 9 Sections
- 0 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- Exp No:1 Simulation of SignalsWrite a Python program for the generation of basic signals such 1. Unit impulse signal 2. Unit pulse signal 3. Unit ramp signal 4. Bipolar pulse 5. Triangular signal0
- Exp No:2 Verification of the Properties of DFT2.a. DFT of a sequence - To compute the DFT of the sequence using the matrix method. 2.b. Circular convolution of a sequence - To compute the circular convolution of two sequences 2.c. Verification of Parseval's Theorem - To verify Parseval’s theorem for an input sequence0
- Exp No:3 Familiarization of DSP hardwareFamiliarize with DSP hardware and implement Switch LED and MIC-AUDIO program0
- Exp No:4 Linear ConvolutionWrite a C function for the linear convolution of two arrays0
- Exp No:5 Implementation Of N-Point FFT of a SignalTo compute the N-Point FFT of a given sequence and to implement it in DSP hardware0
- Exp No:6 Implementation Of N-Point IFFT of a SignalWrite a C function to compute the N-Point IFFT of a given sequence and to implement it in DSP hardware.0
- Exp No:7 FIR Low Pass FilterTo plot magnitude and phase response of FIR Low Pass Filter using Hamming Window Method0
- Exp No:8 Implementation Of Overlap Add Algorithm Using DSP HardwareTo compute the DFT of a given sequence using overlap add method and to implement it in DSP hardware0
- Exp No:9 Implementation Of Overlap Save Algorithm Using DSP HardwareTo compute the DFT of a given sequence using overlap save method and to implement it in DSP hardware0
