⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 decoder_testsuite.m

📁 ITU-T G.723.1 Speech Coder: Matlab implementation This package implements the speech coder and de
💻 M
字号:
function Decoder_TestSuiteRDir = fullfile ('test', 'ReferenceFiles');FileNames = { ...%% ==== Exercise the 5.3 rate decoder, without CNG ====%{fullfile(RDir, 'DM29.C5H'); fullfile(RDir, 'DM29.BFI')};fullfile(RDir, 'DM29.C5H'); ...fullfile(RDir, 'DMBIS.C5H'); ...fullfile(RDir, 'IN1.C5H'); ...fullfile(RDir, 'IN2.C5H'); ...fullfile(RDir, 'IN3.C5H'); ...fullfile(RDir, 'IN4.C5H'); ...fullfile(RDir, 'IN5.C5H'); ...fullfile(RDir, 'IN6.C5H'); ...fullfile(RDir, 'INEQC53.C5H'); ...fullfile(RDir, 'OVERC53H.C5H'); ...fullfile(RDir, 'PATHC53.C5H'); ...fullfile(RDir, 'READ7.C5H'); ...fullfile(RDir, 'TEST16.C5H'); ...%% ==== Exercise the 6.3 rate decoder, without CNG ====%fullfile(RDir, 'CODEC63.C6H'); ...{fullfile(RDir, 'DM29.C6H'); fullfile(RDir, 'DM29.BFI')};fullfile(RDir, 'DM29.C6H'); ...fullfile(RDir, 'DMBIS.C6H'); ...fullfile(RDir, 'IN1.C6H'); ...fullfile(RDir, 'IN2.C6H'); ...fullfile(RDir, 'IN3.C6H'); ...fullfile(RDir, 'IN4.C6H'); ...fullfile(RDir, 'IN5.C6H'); ...fullfile(RDir, 'IN6.C6H'); ...fullfile(RDir, 'OVERC63.C6H'); ...fullfile(RDir, 'PATHC63H.C6H'); ...fullfile(RDir, 'READ7.C6H'); ...fullfile(RDir, 'TEST16.C6H'); ...%% ==== Exercise mixed-rate decoding, without CNG ====%{fullfile(RDir, 'TEST16.CMH'); fullfile(RDir, 'TEST16.BFI')}; ...%% ==== Exercise the 5.3 rate decoder, with CNG ====%fullfile(RDir, 'DM29.C5V'); ...fullfile(RDir, 'DMBIS.C5V'); ...fullfile(RDir, 'IN5.C5V'); ...fullfile(RDir, 'PATHC53.C5V'); ...fullfile(RDir, 'READ7.C5V'); ...fullfile(RDir, 'TEST16.C5V'); ...fullfile(RDir, 'VAD6353.C5V'); ...%% ==== Exercise the 6.3 rate decoder, with CNG ====%fullfile(RDir, 'DM29.C6V'); ...fullfile(RDir, 'DMBIS.C6V'); ...fullfile(RDir, 'IN5.C6V'); ...fullfile(RDir, 'PATHC63H.C6V'); ...fullfile(RDir, 'READ7.C6V'); ...fullfile(RDir, 'TEST16.C6V'); ...fullfile(RDir, 'VAD6353.C6V'); ...%% ==== Exercise mixed-rate decoding, with CNG ====%{fullfile(RDir, 'VAD6353.CMV'); fullfile(RDir, 'VAD6353.BFI')}};tG7231Decoder (FileNames);return

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -