Skip to content

Implementation of MPEG Audio Compressor with MATLAB

Notifications You must be signed in to change notification settings

wheregone/Lossy-Audio-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lossy-Audio-Compression

The implementation of MPEG Audio Compression.

  • Encoder_main_script.m simply takes an input of .wav file and quantizes the frequency domain coefficients.

  • The algorithm is based on the psychoacoustic model of human hearing system.

  • A decimator, a quantizer, transform coding with DFT and DCT is created and some of the missing parts of a MPEG/Audio encoder to do audio compression via MATLAB.

The detailed technical report can be found here

About

Implementation of MPEG Audio Compressor with MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published