代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/423264/10575260
m lbcbad (1).m
% Program to generate a linear block code for coder and decoder
disp('enter value of n,k');
n=input('enter coefficient of n= ');
k=input('enter value of k= ');
disp('enter value of parity matrix
www.eeworm.com/read/423264/10575319
m rough.m
% Program to generate a linear block code for coder and decoder
disp('enter value of n,k');
n=input('enter coefficient of n= ');
k=input('enter value of k= ');
disp('enter value of parity matrix
www.eeworm.com/read/418342/10952871
m wavecopy.m
function y = wavecopy(type, c, s, n)
%WAVECOPY Fetches coefficients of a wavelet decomposition structure.
% Y = WAVECOPY(TYPE, C, S, N) returns a coefficient array based on
% TYPE and N.
%
www.eeworm.com/read/461203/7231910
c idct.c
#include "dct.h"
/* Dequantize a coefficient by multiplying it by the multiplier-table
* entry; produce a double result.
*/
void idct(DCTDATA * coef_block, RAWDATA * output_buf);
void idc
www.eeworm.com/read/458661/7291840
m kingeval.m
% kingeval.m - evaluate King's 3-term sinusoidal current approximation
%
% Usage: I = kingeval(L,A,z)
%
% L = antenna length in wavelengths
% A = coefficient vector for sinusoidal terms A = [A1]
www.eeworm.com/read/447973/7542819
m offdiagonaltranp.m
%%% DynaEst 3.032 10/22/2000
% Copyright (c) 2000 Yaakov Bar-Shalom
%
% OffDiagonalTranP, input the off diagonal coefficient of Transition Probability
if exist('h_HeadTitle1')
if ishandle(h_
www.eeworm.com/read/399209/7880288
m uppol2.m
%**************************************************************
%uppol2: update second predictor coefficient (pole section)
%inputs: al1, al2, plt, plt1, plt2. outputs: apl2
%**********************
www.eeworm.com/read/326135/13163422
m wavecopy.m
function y = wavecopy(type, c, s, n)
%WAVECOPY Fetches coefficients of a wavelet decomposition structure.
% Y = WAVECOPY(TYPE, C, S, N) returns a coefficient array based on
% TYPE and N.
%
www.eeworm.com/read/315751/13536802
m kingeval.m
% kingeval.m - evaluate King's 3-term sinusoidal current approximation
%
% Usage: I = kingeval(L,A,z)
%
% L = antenna length in wavelengths
% A = coefficient vector for sinusoidal terms A = [A1]
www.eeworm.com/read/307102/13728944
m addcrc.m
function output=addcrc(infor,g)
% infor is the input data.
% g is the coefficient array of ploy genarator
% output is the infor added crc codes
% infor = [ 0 0 1 0 1 1 0