Arna-Maity / DSP_LAB

This repo contains MATLAB script files made as part of DSP LAB & the project done as part of this Course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSP_LAB

This repo contains MATLAB script files made as part of DSP LAB

Design of an Audio Crossover Unit using MATLAB & Simulink.

Requirements

My project requires the following MATLAB toolboxes to run successfully.

  1. DSP Toolbox.
  2. Audio Systems Toolbox.

Screenshots

Implementation of the design in Simulink.

Impulse Response of the FIR Low Pass Filter (LPF)

Magnitude and Phase Response of the LPF:

Impulse Response of the FIR Band Pass Filter (BPF)

Magnitude and Phase Response of the BPF:

Impulse Response of the FIR High Pass Filter (HPF)

Magnitude and Phase Response of the HPF:

Implementation of the design in MATLAB.

IMPORTANT NOTE:

My implementation of the above Simulink Model is based on the use of MATLAB System Objects.

References: Below is a list of references which i referred to while making the project and will also help you in understanding my code.

  1. System Objects
  2. Stream Processing in MATLAB
  3. Low Pass Filter
  4. High Pass Filter
  5. Band Pass Filter

You can find a video demonstration of the project here

About

This repo contains MATLAB script files made as part of DSP LAB & the project done as part of this Course.


Languages

Language:MATLAB 100.0%