代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/303435/3811355
lib inttable8.cwp.lib
INTTABLE8 - Interpolation of a uniformly-sampled complex function y(x)
via a table of 8-coefficient interpolators
intt8c interpolation of a uniformly-sampled complex function y(x)
via a table of
www.eeworm.com/read/286002/4043396
m cngpitch.m
function [L, b, Seed] = CNGPitch (Seed, CNGpar)
% Generate random pitch values
% - Pitch lag for every subframe
% - Pitch coefficient vectors for every subframe
% $Id: CNGPitch.m 1.3 2004/08/25 G.723
www.eeworm.com/read/393688/2472719
f90 commap.f90
module commap
use precision
use pmgrid, only: plond, plev, plat
use pspect, only: pmmax, pnmax
real(r8) :: bps(plev) ! coefficient for ln(ps) term in divergence eqn
real(r8)
www.eeworm.com/read/393688/2472825
f90 commap.f90
module commap
use precision
use pmgrid, only: plond, plev, plat
use pspect, only: pmmax, pnmax
real(r8) :: bps(plev) ! coefficient for ln(ps) term in divergence eqn
real(r8)
www.eeworm.com/read/356084/3042406
m fig08run.m
% fig08run - run the simulations for the max beamlet coefficient detection.
% See Also
% BMIAfig08
%
%
% Part of BeamLab Version:200
% Built:Friday,23-Aug-2002 00:00:00
% This is Copyrighted Mate
www.eeworm.com/read/473219/6849143
m clean.m
function Z=clean(X,tol)
%CLEAN Remove terms with small coefficients
%
% Z = clean(X,tol) removes all variables with a coefficient smaller than tol
%
%
% Author Johan L鰂berg
% $Id: clean.m,v
www.eeworm.com/read/294899/8194552
c firprnbuf.c
//FIRPRNbuf.c FIR filter with input noise sequence & output in buffer
#include "bp41.cof" //BP @ 1 kHz coefficient file
#include "noise_gen.h" //header file for noise sequence
int yn =
www.eeworm.com/read/294899/8194741
c scram16k.c
//Scram16k.c Voice scrambler/de-scrambler program
#include "sine160.h" //sine data values
#include "LP114.cof" //filter coefficient file
short filtmodfilt(short data
www.eeworm.com/read/294899/8194786
c fir4ways.c
//FIR4ways.c FIR with alternative ways of storing/updating samples
#include "bp41.cof" //BP @ 1 kHz coefficient file
#define METHOD 'D' //change to B or C or D
int yn = 0;
www.eeworm.com/read/193277/8242415
m clean.m
function Z=clean(X,tol)
%CLEAN Remove terms with small coefficients
%
% Z = clean(X,tol) removes all variables with a coefficient smaller than tol
%
%
% Author Johan L鰂berg
% $Id: clean.m,v