代码搜索:coefficient

找到约 3,200 项符合「coefficient」的源代码

代码结果 3,200
www.eeworm.com/read/365161/9876538

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
www.eeworm.com/read/364817/9892106

lst main.lst

C51 COMPILER V7.50 MAIN 09/20/2008 15:21:11 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN ma
www.eeworm.com/read/364817/9892228

c main.c

#include "main.h" extern idata Counter periodCounters[10]; xdata uchar state=NORMAL; xdata Counter tCounter; xdata uchar liangcheng; xdata uchar s_MHz;//the second part of the period,The
www.eeworm.com/read/168454/9912372

m uduflt.m

function w=uduflt(w,x,u,ek,gamma,N) % udu algorithm - a numerically stable form of % the recursive least squares algorithm % % inputs: % x() input vector
www.eeworm.com/read/363665/9940492

c stats.c

/*************************************************************************/ /* */ /* Statistical routines for C4.5 */ /* ----------------------------- */ /* */ /*********
www.eeworm.com/read/167781/9952813

m program_06_5.m

% Program 6_5 % Transfer Function of Gray-Markel Cascaded % Lattice Structure from the Lattice and % Feedforward Parameters % k is the lattice parameter vector % alpha is the vector of feedforwar
www.eeworm.com/read/167781/9952834

m program_06_2.m

% Program 6_2 % 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/167781/9952892

m program_06_4.m

% Program 6_4 % Gray-Markel Cascaded Lattice Structure % Development % den is the denominator coefficient vector % num is the numerator coefficient vector % k is the lattice parameter vector % a
www.eeworm.com/read/167231/9974851

h zc030x_matrix.h

#ifndef h_Zc030x_Gamma_h #define h_Zc030x_Gamma_h /* This files declares gamma creation */ /* Driver file - Zc030x - Driver file */ /* This file is under GPL */ /* Copyrig
www.eeworm.com/read/167079/9980885

m normals.m

function [ATA,ATb] = normals(ATA,ATb,A,omc,var) %NORMALS Accumulates the contribution of one observation equation and % adds it to the coefficient matrix ATA and the right side ATb. %