代码搜索:coefficient

找到约 3,200 项符合「coefficient」的源代码

代码结果 3,200
www.eeworm.com/read/173152/9670562

fcf coe.fcf

% % Generated by MATLAB(R) 7.0.1 and the Signal Processing Toolbox 6.2.1. % % Generated on: 09-May-2005 16:10:12 % % Coefficient Format: Decimal % Discrete-Time FIR Filter (real) % -------------
www.eeworm.com/read/172473/9706155

m findiff.m

function F=findiff(p,q,r,a,b,alpha,beta,N) %Input - p, q, and r are the coefficient functions of (1) % input as strings; 'p', 'q', 'r' % - a and b are the left and right endpoints %
www.eeworm.com/read/215913/15034142

m era.m

function [Dynamic_Mass_M,Modal_Mass_M,System_Eigenvalue,System_Modal_damper_angular_freqency,System_Modal_Angular_Freqency,System_Modal_Damper_Ratio, System_Modal_Shape,System_recession_coefficient,MA
www.eeworm.com/read/215913/15034168

asv era.asv

function [System_Eigenvalue,System_Modal_damper_angular_freqency,System_Modal_Angular_Freqency,System_Modal_Damper_Ratio, System_Modal_Shape,System_recession_coefficient,MAC,MPC]=ERA(YData,sampling_fr
www.eeworm.com/read/433114/8544499

m seismic_examples1.m

% Seismic_examples1 % Example of the usage of seismic functions clear all presets global S4M %#ok % Create 50 reflection coefficient series from random Gaussian noise reflect
www.eeworm.com/read/188324/8550630

m ppmak.m

function pp = ppmak(breaks,coefs,d) %PPMAK Put together a spline in ppform. % % PPMAK(BREAKS,COEFS) puts together a spline in ppform from the breaks % BREAKS and coefficient matrix COEFS. Eac
www.eeworm.com/read/181091/9274678

cpp cbessjy.cpp

// cbessjy.cpp -- complex Bessel functions. // Algorithms and coefficient values from "Computation of Special // Functions", Zhang and Jin, John Wiley and Sons, 1996. // // (C) 2003, C. Bond.
www.eeworm.com/read/178571/9391309

m coeffquant.m

% IIR Filter Coefficient Quantization Example % written by DRB on 6-Dec-2004 for ECE3703 % % Looks at unquantized filter (ideal), direct form, and cascaded second % order section (SOS). % general par
www.eeworm.com/read/167484/9967699

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/359900/10116926

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. %