代码搜索结果
找到约 10,000 项符合
G 的代码
sk_g16.c
/*-
* Copyright (C) 1994 by PJD Weichmann & SWS Bern, Switzerland
*
* This software may be used and distributed according to the terms
* of the GNU Public License, incorporated herein by reference
sk_g16.h
/*-
*
* This software may be used and distributed according to the terms
* of the GNU Public License, incorporated herein by reference.
*
* Module : sk_g16.h
* Version : $Revision
g729code.m
function G729code(speech)
%clc;
%clear all;
%yout=wavread('2');
%speech=yout';
%以80点为一帧确定帧数
tic
L=floor(length(speech)/80);
codestream=[];%编码码流
%定义全局变量
QuanJuValue(speech);
present_speech
g729decode.m
function [s,Az_dec,T2]=G729decode(L0,L1,L2,L3,P1,P0,S1,C1,GA1,GB1,P2,S2,C2,GA2,GB2)
%
global MA1 MA2 lspcb1 lspcb2 lspcb3 GA GB;
global b12 b30;
global l k1 k2 frac2 beita U g0;
global old_ex
g729decodermain.m
%G729A解码main函数
%将码流文件读入内存中,准备转换成帧输入参数
function G729decodermain
%clear all;
%clc;
fid=fopen('coding.bit');
speechin= fread(fid,'int16');
fclose(fid);
for i=1:length(speechin)
if speech
const_g_circle.asv
function const_G_circle(G,linespec)
%
% This function plots a constant conductance circle in the Smith Chart
%
% It is assume that global variable Z0 has
% already been set (see Set_Z0 f
const_g_circle.m
function const_G_circle(G,linespec)
%
% This function plots a constant conductance circle in the Smith Chart
%
% It is assume that global variable Z0 has
% already been set (see Set_Z0 fun
const_g_circle.m
function const_G_circle(G,linespec)
%
% This function plots a constant conductance circle in the Smith Chart
%
% It is assume that global variable Z0 has
% already been set (see Set_Z0 fun