代码搜索:quantized
找到约 430 项符合「quantized」的源代码
代码结果 430
www.eeworm.com/read/477921/6726151
m pcm_a_decode.m
function [out]=pcm_a_decode(in,v)
%decode the input pcm alaw code
%in:input the pcm code 8 bits sample
%v:quantized level
n=length(in);
in=reshape(in',8,n/8)';
slot(1)=0;
slot(2)=32;
slot(3)
www.eeworm.com/read/160792/10499308
c jpeg_vlc_test.c
#include
#include
#include "test.h" // Quantized DCT coefficents (2 Macro Blocks (YUV4:2;0) 12 blocks)
#pragma DATA_SECTION( VLC_status,"status");
void IMG_jpeg_vlc(
www.eeworm.com/read/304001/13805003
m melp_qgain.m
%Quantize the gain
%Input:
% G2p(the previous frame Gain)
% G(G1 and G2)
%Output:
% Q(quantized Gains)
function Q=melp_Qgain(G2p,G)
if G(1)77
www.eeworm.com/read/135238/13948934
m melp_qgain.m
%Quantize the gain
%Input:
% G2p(the previous frame Gain)
% G(G1 and G2)
%Output:
% Q(quantized Gains)
function Q=melp_Qgain(G2p,G)
if G(1)77
www.eeworm.com/read/469311/6973072
m 64qam.m
clear all;
close all;
%% set parameters
fft_size = 256;
Ng = fft_size/4; % guard_interval length
nOFDM_symbol = fft_size+Ng; % number of points in an ofdm symbol
bit_number = 6; % using 64-
www.eeworm.com/read/384133/8895083
m int_qlpc.m
function [AR_q1,AR_q2]=int_qlpc(lsp_old,lsp_new)
%Interpolation of the quantized LSP's
%lsp_old,lsp_new---LSP vector of past frame LSP vector of present frame
%[AR_q1,AR_q1]--interpolated Az() fo
www.eeworm.com/read/360651/10082947
m int_qlpc.m
function [AR_q1,AR_q2]=int_qlpc(lsp_old,lsp_new)
%Interpolation of the quantized LSP's
%lsp_old,lsp_new---LSP vector of past frame LSP vector of present frame
%[AR_q1,AR_q1]--interpolated Az() fo
www.eeworm.com/read/360651/10082986
m int_qlpc.m
function [AR_q1,AR_q2]=int_qlpc(lsp_old,lsp_new)
%Interpolation of the quantized LSP's
%lsp_old,lsp_new---LSP vector of past frame LSP vector of present frame
%[AR_q1,AR_q1]--interpolated Az() fo
www.eeworm.com/read/278133/10566167
m int_qlpc.m
function [AR_q1,AR_q2]=int_qlpc(lsp_old,lsp_new)
%Interpolation of the quantized LSP's
%lsp_old,lsp_new---LSP vector of past frame LSP vector of present frame
%[AR_q1,AR_q1]--interpolated Az() fo
www.eeworm.com/read/278132/10566319
m int_qlpc.m
function [AR_q1,AR_q2]=int_qlpc(lsp_old,lsp_new)
%Interpolation of the quantized LSP's
%lsp_old,lsp_new---LSP vector of past frame LSP vector of present frame
%[AR_q1,AR_q1]--interpolated Az() fo