diff --git a/Level_3/demoAAC3.m b/Level_3/demoAAC3.m index dd6fe13..2be4599 100644 --- a/Level_3/demoAAC3.m +++ b/Level_3/demoAAC3.m @@ -20,7 +20,7 @@ function [SNR, bitrate, compression] = demoAAC3(fNameIn, fNameOut, frameAACoded) totalSize = 0; % In bits for frameIndex = 1:length(AACSeq3) totalSize = totalSize + 2; % frameType - totalSize = totalSize + 4 * 4; % TNS coefficients + totalSize = totalSize + 2 * 4 * 4; % TNS coefficients totalSize = totalSize + length(AACSeq3(frameIndex).chl.G) * 16; totalSize = totalSize + length(AACSeq3(frameIndex).chr.G) * 16; totalSize = totalSize + length(AACSeq3(frameIndex).chl.sfc); diff --git a/Level_3/encoded.mat b/Level_3/encoded.mat index fd496a9..2b9c00c 100644 Binary files a/Level_3/encoded.mat and b/Level_3/encoded.mat differ diff --git a/tex/main.pdf b/tex/main.pdf index 812341d..97a35f4 100644 Binary files a/tex/main.pdf and b/tex/main.pdf differ diff --git a/tex/main.tex b/tex/main.tex index c543bd7..d2bd51f 100644 --- a/tex/main.tex +++ b/tex/main.tex @@ -235,8 +235,8 @@ Tα frame τα οποία είναι στατικά χαρακτηρίζοντα \begin{tabular}{ll} \textbf{SNR (KBD)} & 5.1821 dB \\ \textbf{SNR (SIN)} & 6.4480 dB \\ -\textbf{bitrate} & 31.937e+05 \\ -\textbf{compression} & 4.8094 +\textbf{bitrate} & 320.12 kbits/s \\ +\textbf{compression} & 4.7982 \end{tabular} \end{table}