代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/156653/11786587

m sdir2cas.m

function [C,B,A] = sdir2cas(b,a); % DIRECT-form to CASCADE-form conversion in s-plane % ------------------------------------------------- % [C,B,A] = sdir2cas(b,a) % C = gain coefficient % B = K by
www.eeworm.com/read/129735/14230258

c bp45nm.c

/*BP45NM.C-FIR BANDPASS FILTER IN C WITHOUT USING MODULO*/ #include "bp45coef.h" /*include coefficient file */ float DLY[N]; /*delay samples */ void filt(float *, f
www.eeworm.com/read/127150/14375637

c coeffs.c

/* * ======== coeffs.c ======== */ #include "audio.h" /* ten low pass filter coefficient sets */ const short filterCoeff[FILTERS][COEFFS] = { /* 0 8kHz, 32 Taps, 100 Hz, 400Hz, pass
www.eeworm.com/read/7654/125933

c firinverse.c

//FIRinverse.c Implementation of inverse FIR Filter #include "bp41.cof" //coefficient file BP @ Fs/8 int yn; //filter's output short dly[N]; //delay samples int out_
www.eeworm.com/read/461213/1553872

vfb strela.order4.2x2.3-5.vfb

VFB0.17 # # Strela.Order4.2x2.3-5.vfb # # Biorothogonal multiwavelet coefficient matrices, obtained from a # Hermite cubic filter. Approximation order 4. # # Reference: # V. Strela, "A Note on
www.eeworm.com/read/245726/4501656

m mqam_mimo_threetrmain.m

%%%%%%%%%%%%%%%%%%MIMO系统MQAM通过相关Nakagami衰落信道进行MRC的仿真%%%%%%%%%%%%%%%%%%%%% clear;clc % hold on tic; %Rou_gamma_Tx: correlation coefficient matrix of transmitter %Rou_gamma_Rx: correlation coeffici
www.eeworm.com/read/245726/4501680

m mqam_mimo_twotrmain.m

%%%%%%%%%%%%%%%%%%MIMO系统MQAM通过相关Nakagami衰落信道进行MRC的仿真%%%%%%%%%%%%%%%%%%%%% clear;clc % hold on tic; %Rou_gamma_Tx: correlation coefficient matrix of transmitter %Rou_gamma_Rx: correlation coeffici
www.eeworm.com/read/294899/8194734

c firinverse.c

//FIRinverse.c Implementation of inverse FIR Filter #include "bp41.cof" //coefficient file BP @ Fs/8 int yn; //filter's output short dly[N]; //delay samples int out_
www.eeworm.com/read/391686/8391171

m dmaxflat.m

function h = dmaxflat(N,d) % returns 2-D diamond maxflat filters of order 'N' % the filters are nonseparable and 'd' is the (0,0) coefficient, being 1 or 0 depending on use % by Arthur L. da Cun
www.eeworm.com/read/391151/8418717

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 =