代码搜索:coefficient

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

代码结果 3,200
www.eeworm.com/read/301474/3839601

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq =
www.eeworm.com/read/448886/1683509

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq =
www.eeworm.com/read/378914/2679331

m p9_3.m

% Program P9_3 % Coefficient Quantization Effects on Direct Form % Realization of an FIR Transfer Function clf; f = [0 0.4 0.45 1]; m = [1 1 0 0]; b = remez(19, f, m); [g,w] = gain(b,1); bq =
www.eeworm.com/read/293762/8275614

m wim_core.m

%WIM_CORE Channel coefficient computation for a geometric channel model % [H DELTA_T FINAL_PHASES FINAL_PHASES_LOS]=WIM_CORE(WIMPAR,LINKPAR,ANTPAR,BULKPAR,BSGAIN,BSGAIN_LOS,MSGAIN,MSGAIN_LOS,OFFSET
www.eeworm.com/read/378919/9212993

m tristub.m

% TRISTUB Provides VSWR, reflection coefficient and input impedance % for Triple-Stub Matching Network. % % [VSWR,RHO,ZIN] = TRISTUB(ZL,ZO,ZD,LT1,LT2,LT3,D1,D2,BW) % % Z
www.eeworm.com/read/442630/7648670

c lcd.c

#include "per_XDx512_L15Y.h" #include "LCD.h" /* start-up of the LCD driver. Parameters: bus frequency in kHz, contrast adjustment coefficient */ void LCD_start(unsigned int bus_frequency, int co
www.eeworm.com/read/147682/5728082

m asptfdfxlms.m

% [W,w,x,y,e,p,yF,fxF] = asptfdfxlms(NC,W,x,xn,d,yF,fxF,S,SE,p,mu,b,c) % % Performs filtering and coefficient update using the block processing % Frequency Domain Filtered-x Least Mean Squa
www.eeworm.com/read/456224/6278876

m sensitivity_rhs.m

% Sensitivity to right hand side coefficient % Optimization Using MATLAB by P.Venkataraman % Ch. 3 % Using drawLine.m % clf drawLine(0,15,0.4,0.6,8.5,'l'); drawLine(0,15,3,-1,25,'l'); drawL
www.eeworm.com/read/156810/11762611

m ebxn_2d_fs.m

function ret=ebxn_2D_FS(ebxn,pw,cw,m,n,flag) %return Fourier series of 2D ebxn %ebxn=the first quadrant in permittivity %pw=pixel width %cw=cell width %m,n=orders index of Fourier coefficient al
www.eeworm.com/read/463239/1538509

v auto_lfsr_rtl.v

module Auto_LFSR_RTL (Y, Clock, Reset); parameter Length = 8; parameter initial_state = 8'b1001_0001; // 91h parameter [1: Length] Tap_Coefficient = 8'b1100_1111; input Clock, R