代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/391151/8419013
c fir_pcm.c
//Fir_pcm.c FIR using PCM3003 codec
#include "bp41.cof" //coefficient file BP @ Fs/8
int yn = 0; //initialize filter's output
short dly[N]; //delay samples
flo
www.eeworm.com/read/391151/8419176
c iir.c
//IIR.c IIR filter using cascaded Direct Form II
//Coefficients a's and b's correspond to b's and a's from MATLAB
#include "bs1750.cof" //BS @ 1750 Hz coefficient file
short dly[stages][
www.eeworm.com/read/385934/8777641
c fir_pcm.c
//Fir_pcm.c FIR using PCM3003 codec
#include "bp41.cof" //coefficient file BP @ Fs/8
int yn = 0; //initialize filter's output
short dly[N]; //delay samples
flo
www.eeworm.com/read/385934/8777864
c iir.c
//IIR.c IIR filter using cascaded Direct Form II
//Coefficients a's and b's correspond to b's and a's from MATLAB
#include "bs1750.cof" //BS @ 1750 Hz coefficient file
short dly[stages][
www.eeworm.com/read/285058/8872422
c gdt_cmd.c
/* Copyright 1998-1999, ESS Technology, Inc. */
/* SCCSID @(#)gdt_cmd.c 1.14 02/16/04 */
/*
* $Log$
*/
#ifdef GDTSERVO
/* equalizer address coefficient define */
#define kt10 0x00
#def
www.eeworm.com/read/383526/8940119
m scm_core.m
%SCM_CORE Channel coefficient computation for a geometric channel model
% [H DELTA_T FINAL_PHASES FINAL_PHASES_LOS]=SCM_CORE(SCMPAR, LINKPAR,
% ANTPAR, BULKPAR, BSGAIN, BSGAIN_LOS, MSGAIN, MSGAI
www.eeworm.com/read/427302/8952710
c block_dc.c
//Block the DC in input signal.
//sample = current sample of input signal (16-bit:S15-bit)
//returns sample - DC (16-bit)
#define dc_coeff 10 //coefficient for the DC blocking filter
int
www.eeworm.com/read/426674/9005139
c fir_pcm.c
//Fir_pcm.c FIR using PCM3003 codec
#include "bp41.cof" //coefficient file BP @ Fs/8
int yn = 0; //initialize filter's output
short dly[N]; //delay samples
flo
www.eeworm.com/read/426674/9005319
c iir.c
//IIR.c IIR filter using cascaded Direct Form II
//Coefficients a's and b's correspond to b's and a's from MATLAB
#include "bs1750.cof" //BS @ 1750 Hz coefficient file
short dly[stages][
www.eeworm.com/read/382086/9050342
c fir_pcm.c
//Fir_pcm.c FIR using PCM3003 codec
#include "bp41.cof" //coefficient file BP @ Fs/8
int yn = 0; //initialize filter's output
short dly[N]; //delay samples
flo