代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/305204/3779830
c jdtrans.c
#define JPEG_INTERNALS
#include "jpeglib.h"
/* Forward declarations */
LOCAL(void) transdecode_master_selection JPP((j_decompress_ptr cinfo));
/*
* Read the coefficient arrays from a JPEG file.
www.eeworm.com/read/299916/3849370
m sdir2cas.m
function [C,B,A] = sdir2cas(b,a);
% DIRECT-form to CASCADE-form conversion in s-plane
% -------------------------------------------------
% [C,B,A] = sdir2cas(b,a)
% C = gain coefficient
% B =
www.eeworm.com/read/299916/3849562
m sdir2cas.m
function [C,B,A] = sdir2cas(b,a);
% DIRECT-form to CASCADE-form conversion in s-plane
% -------------------------------------------------
% [C,B,A] = sdir2cas(b,a)
% C = gain coefficient
% B =
www.eeworm.com/read/294899/8194587
cof bp53h.cof
//BP53H.cof Coefficient file for FIR bandpass centered at Fs/10
//Generated with BASIC program (on disk) using Hamming window
#define N 53 //number of coefficients
float h[N] =
{-0.
www.eeworm.com/read/294899/8195281
c firbuf.c
//Firbuf.c FIR filter with output in buffer plotted with CCS
#include "bp41.cof" //BP @ 1 kHz coefficient file
int yn = 0; //initialize filter's output
short dly[N];
www.eeworm.com/read/393394/8290346
m sdir2cas.m
function [C,B,A] = sdir2cas(b,a);
% DIRECT-form to CASCADE-form conversion in s-plane
% -------------------------------------------------
% [C,B,A] = sdir2cas(b,a)
% C = gain coefficient
% B =
www.eeworm.com/read/292863/8328508
m namedfilter.m
% KERNEL = NAMED_FILTER(NAME)
%
% Some standard 1D filter kernels. These are scaled such that
% their L2-norm is 1.0.
%
% binomN - binomial coefficient filter of order N-1
% haar:
www.eeworm.com/read/292863/8328590
m namedfilter.m
% KERNEL = NAMED_FILTER(NAME)
%
% Some standard 1D filter kernels. These are scaled such that
% their L2-norm is 1.0.
%
% binomN - binomial coefficient filter of order N-1
% haar:
www.eeworm.com/read/172473/9706252
m lspoly.m
function C = lspoly(X,Y,M)
%Input - X is the 1xn abscissa vector
% - Y is the 1xn ordinate vector
% - M is the degree of the least-squares polynomial
% Output - C is the coefficient l
www.eeworm.com/read/268260/11147062
m sdir2cas.m
function [C,B,A] = sdir2cas(b,a);
% DIRECT-form to CASCADE-form conversion in s-plane
% -------------------------------------------------
% [C,B,A] = sdir2cas(b,a)
% C = gain coefficient
% B =