Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.68 KB

File metadata and controls

59 lines (34 loc) · 1.68 KB

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