代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/492812/6410045
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/259565/11781803
m seismic_examples1.m
% Seismic_examples1
% Example of the usage of seismic functions
clear all
presets
global S4M
% Create 50 reflection coefficient series from random Gaussian noise
reflect=s_conve
www.eeworm.com/read/154760/11929051
m dtsim.m
function [yt,yzs,yzi] = dtsim(b,a,u,ic)
% DTSIM Recursive solution of difference equation.
%
% [YT,YZS,YZI]= DTSIM(B,A,U,IC) Recursive solution of difference eqs
% B, A contain the coefficient arrays
www.eeworm.com/read/342845/11996197
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/152112/12139094
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/151556/12201381
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/151143/12232455
m seismic_examples1.m
% Seismic_examples1
% Example of the usage of seismic functions
clear all
presets
global S4M
% Create 50 reflection coefficient series from random Gaussian noise
reflect=s_conve
www.eeworm.com/read/129735/14230293
c bp45nmd.c
/*BP45NMD.C-FIR BANDPASS FILTER IN C WITHOUT USING MODULO*/
#include "bp45coef.h" /*include coefficient file */
float DLY[N]; /*delay samples */
void filt(float *
www.eeworm.com/read/7654/125867
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/7654/126014
cof bs1750.cof
//bs1750.cof IIR bandstop coefficient file, centered at 1,750 Hz
#define stages 5 //number of 2nd-order stages
int a[stages][3]= { //numerator coefficients
{27940, -1