代码搜索结果

找到约 3,686,282 项符合 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 =

fircirc_ext.c

//FIRcirc_ext.c C program calling ASM function using circular buffer #include "bp1750.cof" //BP at 1750 Hz coeff file int yn = 0; //init filter's output interr

firprn.c

//FIRPRN.c FIR with internally generated input noise sequence #include "bp55.cof" //BP @ Fs/4 coeff file in float #include "noise_gen.h" //header file for noise sequence int dly[N];

sine2sliders.c

//Sine2sliders.c Sine generation with different # of points short loop = 0; short sine_table[32]={0,195,383,556,707,831,924,981,1000, 981,924,831,707,556,383,195, 0,-195,-383,-556,

echo_control.c

//Echo_control.c Echo using two interrupts for read and write //3 sliders to control effects: buffer size, amplitude, fading short input, output; short bufferlength = 1000; //initial buffer

c6xdskinit_int11-12.c

//C6xdskinit_INT11_12.c Init DSK,AD535,McBSP(includes functions provided with DSK) #include #include "c6xdsk.h" #include "c6xdskinit.h" #include "c6xinterrupts.h" char polling = 0;

squarewave.c

//Squarewave.c Generates a squarewave using a look-up table #define table_size (int)0x100 //size of table = 256 int data_table[table_size]; //data table array int i;

notch2.c

//NOTCH2.C Two FIR notch filters to remove two sinusoidal noise signals #include "BS900.cof" //BS @ 900 Hz coefficient file #include "BS2700.cof" //BS @ 2700 Hz coefficient f

fir4types.c

//Fir4types.c Four FIR filters: Lowpass, Highpass, bandpass, Bandstop #include "lp1500.cof" //coeff file LP @ 1500 Hz #include "hp2200.cof" //coeff file HP @ 2200 Hz #include "bp1750.

fir3lp.c

//Fir3LP.c FIR using three lowpass coefficients with three different BW #include "lp600.cof" //coeff file LP @ 600 Hz #include "lp1500.cof" //coeff file LP @ 1500 Hz #include "lp30