代码搜索:Predictive
找到约 274 项符合「Predictive」的源代码
代码结果 274
www.eeworm.com/read/393450/2474334
m speechcoder2.m
%speechcoder2.m
%8.4 Voice-excited LPC vocoder
%8.4.1 Main File
function [ outspeech ] = speechcoder2( inspeech )
% Speech Coding using Linear Predictive Coding (LPC)
% The desired order can
www.eeworm.com/read/366702/2882869
c predcom-5.c
/* { dg-do compile } */
/* { dg-do run } */
/* { dg-options "-O2 -fpredictive-commoning -fdump-tree-pcom-details" } */
/* Test for predictive commoning of expressions, with reassociation. */
void a
www.eeworm.com/read/359868/2971718
m speechcoder2.m
%speechcoder2.m
%8.4 Voice-excited LPC vocoder
%8.4.1 Main File
function [ outspeech ] = speechcoder2( inspeech )
% Speech Coding using Linear Predictive Coding (LPC)
% The desired order can
www.eeworm.com/read/194440/8193921
m deconpr.m
function [trout,x]= deconpr(trin,trdsign,nop,nlag,stab)
% [trout,x]= deconpr(trin,trdsign,nop,nlag,stab)
% [trout,x]= deconpr(trin,trdsign,nop,nlag)
%
% DECONPR performs Wiener predictive deconvoluti
www.eeworm.com/read/235612/14060802
m deconpr.m
function [trout,x]= deconpr(trin,trdsign,nop,nlag,stab)
% [trout,x]= deconpr(trin,trdsign,nop,nlag,stab)
% [trout,x]= deconpr(trin,trdsign,nop,nlag)
%
% DECONPR performs Wiener predictive deconvoluti
www.eeworm.com/read/366702/2883263
c predcom-4.c
/* { dg-do compile } */
/* { dg-do run } */
/* { dg-options "-O2 -fpredictive-commoning -fdump-tree-pcom-details" } */
/* Test for predictive commoning of expressions, without reassociation. */
voi
www.eeworm.com/read/287770/8670648
m wlpc.m
function [a, e, g] = wlpc(x,m,varargin)
% function [a, e] = wlpc(x,m,varargin)
% WLPC(X,M) is the M'th order Weighted Linear Predictive Coding model of
% the input signal
% WLPC(X,M,'STE') uses
www.eeworm.com/read/282846/9056166
m makepredm.m
function [yout, SS] = makepredm(vectheta,x_tr,ntr,nte,x_all,m,jitter,B,invSxTVEC,invS4,invS5)
% find the mean and covariace matrix of the Gaussian
% for the predictive activations
% Matl
www.eeworm.com/read/346459/11743327
m wlpc.m
function [a, e, g] = wlpc(x,m,varargin)
% function [a, e] = wlpc(x,m,varargin)
% WLPC(X,M) is the M'th order Weighted Linear Predictive Coding model of
% the input signal
% WLPC(X,M,'STE') uses
www.eeworm.com/read/203890/15349885
m wlpc.m
function [a, e, g] = wlpc(x,m,varargin)
% function [a, e] = wlpc(x,m,varargin)
% WLPC(X,M) is the M'th order Weighted Linear Predictive Coding model of
% the input signal
% WLPC(X,M,'STE') uses