Browse Source

Last minute changes

master
Apostolos Fanakis 6 years ago
parent
commit
00094b269e
  1. 2
      Level_3/demoAAC3.m
  2. BIN
      Level_3/encoded.mat
  3. BIN
      tex/main.pdf
  4. 4
      tex/main.tex

2
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);

BIN
Level_3/encoded.mat

Binary file not shown.

BIN
tex/main.pdf

Binary file not shown.

4
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}

Loading…
Cancel
Save