代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/216476/15005855
h pmlu.h
#ifndef PML_H
#define PML_H
#include "Def.h"
double PMLArrayE[NPML+1]; //NPML数组(E->H)
double PMLArrayH[NPML+1]; //NPML数组(H->E)
static double Dz[DOMAINX][DOMAINY];
static double
www.eeworm.com/read/216476/15005862
h filedu1.h
#ifndef FIELD_H
#define FIELD_H
#include "Def.h"
//起始中止点
int Beginx=0;
int Endx=0;
int Beginy=0;
int Endy=0;
//初始化场
void InitialField()
{
for (int i=0; i
www.eeworm.com/read/114454/15052890
m arconf.m
function [Aerr, werr]=arconf(A, C, w, th)
%ARCONF Confidence intervals for AR coefficients.
%
% For an AR(p) model that has been fitted with ARFIT,
% [Aerr,werr]=ARCONF(A,C,w,th) computes the ma
www.eeworm.com/read/215497/15059544
m program_8_5.m
% Program 8_5
% Realization of Gray-Markel Cascaded Lattice Structure
%
% den is the denominator coefficient vector
% num is the numerator coefficient vector
% k is the lattice parameter vector
www.eeworm.com/read/215497/15059546
m program_8_6.m
% Program 8_6
% Transfer Function of Gray-Markel Cascaded
% Lattice Structure from the Lattice and
% Feedforward Parameters
% k1 is the lattice parameter vector
% alpha is the vector of feedforwa
www.eeworm.com/read/215497/15059550
m program_8_3.m
% Program 8_3
% Parallel Realizations of an IIR Transfer Function
%
num = input('Numerator coefficient vector = ');
den = input('Denominator coefficient vector = ');
[r1,p1,k1] = residuez(num,den
www.eeworm.com/read/215497/15059764
m program_8_5.m
% Program 8_5
% Realization of Gray-Markel Cascaded Lattice Structure
%
% den is the denominator coefficient vector
% num is the numerator coefficient vector
% k is the lattice parameter vector
www.eeworm.com/read/215497/15059766
m program_8_6.m
% Program 8_6
% Transfer Function of Gray-Markel Cascaded
% Lattice Structure from the Lattice and
% Feedforward Parameters
% k1 is the lattice parameter vector
% alpha is the vector of feedforwa
www.eeworm.com/read/215497/15059770
m program_8_3.m
% Program 8_3
% Parallel Realizations of an IIR Transfer Function
%
num = input('Numerator coefficient vector = ');
den = input('Denominator coefficient vector = ');
[r1,p1,k1] = residuez(num,den
www.eeworm.com/read/215197/15070771
m lpcar2rr.m
function rr=lpcar2rr(ar,p)
%LPCAR2RR Convert autoregressive coefficients to autocorrelation coefficients RR=(AR,P)
% The routine calculated the autocorrelation coefficients of the signal
% that res