代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/309003/3708303
m toon0412.m
% toon0412 -- Compare First-n and Best-n Reconstructions
%
% Illustate how the S8 wavelet can compress the doppler signal by
% reconstructing the signal using only some of the wavelet coefficient
www.eeworm.com/read/305566/3771845
c shfs8r.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/*
FUNCTION: shift a uniformly-sampled real-valued function y(x) via
a table of 8-coefficient sinc a
www.eeworm.com/read/305566/3772163
c shfs8r.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/*
FUNCTION: shift a uniformly-sampled real-valued function y(x) via
a table of 8-coefficient sinc a
www.eeworm.com/read/305566/3773142
c shfs8r.c
/* Copyright (c) Colorado School of Mines, 1990.
/* All rights reserved. */
/*
FUNCTION: shift a uniformly-sampled real-valued function y(x) via
a table of 8-coefficient sinc a
www.eeworm.com/read/272543/4215398
flt highpassfilter.flt
FILTER COEFFICIENT FILE
IIR DESIGN
FILTER TYPE HIGH PASS
ANALOG FILTER TYPE ELLIPTIC
PASSBAND RIPPLE IN -dB -.1000E-01
STOPBAND RIPPLE IN -dB -.8000E+02
PA
www.eeworm.com/read/403017/2316546
m program_8_4.m
% Program 8_4
% Cascaded Lattice Realization of an
% Allpass Transfer Function
%
format long
den = input('Denominator coefficient vector = ');
k = poly2rc(den);
knew = fliplr(k);
disp('The lat
www.eeworm.com/read/371704/2779038
m s_log2reflectivity.m
function reflect=s_log2reflectivity(wlog,step,varargin)
% Create reflection coefficient series in time from well log in
% depth or time. An impedance curve to use can be specified via the
% "redef
www.eeworm.com/read/362216/2936197
m dwtjm.m
function [Wout, Vout] = dwtjm(Vin, h, g, j)
% dwtjm -- Calculate jth level DWT coefficients (MATLAB implementation).
%
%****f* wmtsa.dwt/dwtjm
%
% NAME
% dwtjm -- Calculate jth level DWT coefficient
www.eeworm.com/read/361258/2948792
flt highpassfilter.flt
FILTER COEFFICIENT FILE
IIR DESIGN
FILTER TYPE HIGH PASS
ANALOG FILTER TYPE ELLIPTIC
PASSBAND RIPPLE IN -dB -.1000E-01
STOPBAND RIPPLE IN -dB -.8000E+02
PA
www.eeworm.com/read/265993/11247112
h graphcuttracker.h
#include "Utility.h"
#ifndef EXTERN_C
#ifdef __cplusplus
#define EXTERN_C extern "C"
#else
#define EXTERN_C
#endif
#endif
//Tempate Match with Coefficient Tracker
E