代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/241867/13111204
c coder.c
/*
* coder.c
*
* 22/02/01
* Calculation of coefficient tables for sub band windowing
* analysis filters and mdct.
*/
#include "types.h"
#include "table1.h"
long int
x[2][HAN_SIZE],
z[512];
www.eeworm.com/read/326135/13163121
m wave2gray.m
function w = wave2gray(c, s, scale, border)
%WAVE2GRAY Display wavelet decomposition coefficients.
% W = WAVE2GRAY(C, S, SCALE, BORDER) displays and returns a
% wavelet coefficient image.
%
%
www.eeworm.com/read/308359/13703621
m cos_taper.m
function coef=cos_taper(sp,ep,samp)
% COS_TAPER: used by KIRK_MIG
% coefficients of cos taper
%
% coef=cos_taper(sp,ep,samp)
%
% coef: coefficient with length (start-end)/samp + 1
% sp:
www.eeworm.com/read/147682/5728074
m asptrlslattice2.m
% [ff,bb,cf,b,y,e,kf,kb,c]=asptrlslattice2(ff,bb,kf,kb,c,cf,b,a,x,d)
%
% Performs filtering and coefficient update using the
% Recursive Least Squares Lattice Joint Process Estimator
% us
www.eeworm.com/read/147682/5728090
m asptmcfdadjlms.m
% [W,w,x,y,e,p,yF,feF] = asptmcfdadjlms(NC,W,x,xn,dn,yF,feF,S,SE,p,mu,b,c)
%
% Performs filtering and coefficient update using the
% Multi Channel Frequency Domain Adjoint LMS (MCFDADJLMS)
www.eeworm.com/read/147682/5728101
m asptsovnlms.m
% [w,y,e,xb,p]= asptsovnlms(xn,xb,w,d,mu,L1,L2,p,b)
%
% Performs filtering and coefficient update using the
% Second Order Volterra Normalized Least Mean Squares
% Adaptive Filter algori
www.eeworm.com/read/147682/5728135
m asptlmslattice.m
% [k,c,b,P,y,e] = asptlmslattice(k,c,b,P,x,d,mu_p,mu_c,upk)
%
% Performs filtering and coefficient update for the
% LMS Lattice (joint process estimator) adaptive filter.
%
% Input Paramet
www.eeworm.com/read/147682/5728170
m asptvsslms.m
% [w,g,mu,y,e]= asptvsslms(x,w,g,d,mu,roh,ssa,mu_min,mu_max)
%
% Performs filtering and coefficient update using the
% Variable Step Size LMS Adaptive algorithm.
%
% Input Parameters [Size
www.eeworm.com/read/493719/6389352
pas ac1167.pas
program ural1167;
const
maxn=500;
var
color:array[1..maxn]of byte;
c:array[1..(maxn+1)*maxn div 2]of word;
{c[p(x,y)] is the coefficient of unhappiness from the xth horse to the
www.eeworm.com/read/488224/6498677
m program_12_1.m
% Program 12_1
% Coefficient Quantization Effects on the frequency
% response of a direct form IIR filter
clf;
[b,a] = ellip(5,0.4,50,0.4);
[h,w] = freqz(b,a,512);
g = 20*log10(abs(h));
% Trunc