代码搜索:float

找到约 10,000 项符合「float」的源代码

代码结果 10,000
www.eeworm.com/read/373828/9433760

c adaptnoise_pcm.c

//Adaptnoise_pcm.c Adaptive FIR for noise cancellation using PCM3003 #define beta 1E-12 //rate of convergence #define N 30 //# of weights (coefficients) #d
www.eeworm.com/read/373828/9433819

asm icfftr2_dif.asm

;File was assembled with assembler version 4.0 (included with CCS V1.2) and ;NOT with assembler version 4.1 (included with CCS V2) due to "BUG" SDSsq21569. ;icfftr2_dif.asm file used as source in pr
www.eeworm.com/read/373828/9433920

c aliasing.c

//Aliasing.c illustration of downsampling, aliasing, upsampling #include "lp33.cof" //lowpass at 1.8 kHz short flag = 0; //toggles for 2x down-sampling float indly[
www.eeworm.com/read/373828/9434408

c graphiceq.c

//GraphicEQ.c Graphic Equalizer using TI floating-point FFT functions #include #include "GraphicEQcoeff.h" //time-domain FIR coefficients #define PI 3.14159265358979 #define PTS 2
www.eeworm.com/read/373828/9434572

c adaptnoise_pcm.c

//Adaptnoise_pcm.c Adaptive FIR for noise cancellation using PCM3003 #define beta 1E-12 //rate of convergence #define N 30 //# of weights (coefficients) #d
www.eeworm.com/read/373828/9434625

asm icfftr2_dif.asm

;File was assembled with assembler version 4.0 (included with CCS V1.2) and ;NOT with assembler version 4.1 (included with CCS V2) due to "BUG" SDSsq21569. ;icfftr2_dif.asm file used as source in pr
www.eeworm.com/read/373742/9441146

c rtsafe.c

#include #define MAXIT 100 float rtsafe(void (*funcd)(float, float *, float *), float x1, float x2, float xacc) { void jswlerror(char error_text[]); int j; float df,dx,dxold,f,fh
www.eeworm.com/read/373742/9441155

c padeps.c

#define NMAX 20 void padeps(float *a, int n, int m, float *s) { int mm, i, j; float b[NMAX+1], c[NMAX+1]; if(m > n || m
www.eeworm.com/read/373742/9441192

c el2.c

#include #include "jswlutil.h" #define PI 3.14159265 #define CA 0.0003 #define CB 1.0e-9 float el2(float x, float qqc, float aa, float bb) { float a,b,c,d,e,f,g,em,eye,p,qc,y,z;
www.eeworm.com/read/373742/9441225

c lubksb.c

void lubksb(float **a, int n, int *indx, float b[]) { int i,ii=0,ip,j; float sum; for (i=1;i