Implementation of a simple AAC-like Coder (Encoder + Decoder) in MATLAB.
Final project for Voice and Audio Encoding subject at Universitat Pompeu Fabra (Barcelona).
|--main_AAC.m
|--AAC_encoder.m
|--SSC.m
|--Filterbank.m
|--mdctv.m
|--sinwin.m/kbdwin.m
|--TNS.m
|--psycho.m
|--AACquantizer.m
|--encodeHuff.m
|--AAC_decoder.m
|--decodeHuff.m
|--iAACquantizer.m
|--iTNS.m
|--iFilterbank.m
|--imdctv.m
|--sinwin.m/kbdwin.m
|--DisplayInfo.m
Professor ALFONSO ANTONIO PEREZ CARRILLO
Contributor SERGI SOLÀ CASAS
RAVI LAKKUNDI's original work
(See the explanatory Report.pdf file on the repository for more info)