代码搜索结果
找到约 8,431 项符合
RF 的代码
lpcar2rf.m
function rf=lpcar2rf(ar)
%LPCAR2RF Convert autoregressive coefficients to reflection coefficients AR=(RF)
%
% Input: ar(:,p+1) Autoregressive coefficients
% Output: rf(:,p+1) Reflection coeff
lpcla2rf.m
function rf=lpcla2rf(la)
%LPCLA2RF Convert log areas to reflection coefficients RF=(LA)
% Copyright (C) Mike Brookes 1997
%
% Last modified Tue May 12 16:08:57 1998
%
% VOICEBOX
lpclo2rf.m
function rf=lpclo2rf(lo)
%LPCLO2RF Convert log area ratios to reflection coefficients RF=(LO)
% Copyright (C) Mike Brookes 1997
%
% Last modified Tue May 12 16:20:55 1998
%
% VOI
rls_rf3.m
clc;clear all;close all;
% 纯净信号为数字调幅信号8ASK,载频100KHz,波特率1KHz,采样率600K
x = dmod([0,3,1,3,2,0],100e3,1e3,600e3,'ask',8)';
N = length(x);
%-------------------不随机产生的相关噪声---------------------------------
lpcis2rf.m
function rf=lpcis2rf(is)
%LPCRF2IS Convert inverse sines to reflection coefficients RF=(IS)
% Copyright (C) Mike Brookes 1997
%
% Last modified Tue May 12 16:08:38 1998
%
% VOICE
lpcao2rf.m
function rf=lpcao2rf(ao)
%LPCAO2RF LPC: Convert area ratios to reflection coefficients RF=(AO)
% Copyright (C) Mike Brookes 1998
%
% Last modified Fri Apr 3 14:57:15 1998
%
%
lpcaa2rf.m
function rf=lpcaa2rf(aa)
%LPCAA2RF LPC: Convert vocal tract areas to reflection coefficients RF=(AA)
% Copyright (C) Mike Brookes 1998
%
% Last modified Tue May 12 15:58:43 1998
%
%
lpcla2rf.m
function rf=lpcla2rf(la)
%LPCLA2RF Convert log areas to reflection coefficients RF=(LA)
% Copyright (C) Mike Brookes 1997
%
% Last modified Tue May 12 16:08:57 1998
%
% VOICEBOX
lpcar2rf.m
function rf=lpcar2rf(ar)
%LPCAR2RF Convert autoregressive coefficients to reflection coefficients AR=(RF)
%
% Input: ar(:,p+1) Autoregressive coefficients
% Output: rf(:,p+1) Reflection coeff