代码搜索:Calculation

找到约 2,005 项符合「Calculation」的源代码

代码结果 2,005
www.eeworm.com/read/287361/8690028

m deletewin.m

function Deletewin; global DS; global nbrwin; global calculation_progress; sn = get(gcf,'UserData'); sn = sn.number+1; ss = size(DS(1).windows); s=ss(1,2); if s==2 bb=questdlg('Do yo
www.eeworm.com/read/430890/8719833

m basebandpam3.m

% Experiment 4, CS: Haykin % Eyediagram % baseband PAM transmission, M=2 % The channel has bandwidth limitations % channel is modeled as low pass butterworth filter % Nyquist bandwidth 0.5Hz, \a
www.eeworm.com/read/430890/8719837

m baseband_pam2.m

% Experiment 4, CS: Haykin % Eyediagram % baseband PAM transmission, M=2 % The channel has bandwidth limitations % channel is modeled as low pass butterworth filter % Nyquist bandwidth 0.5Hz, \a
www.eeworm.com/read/429611/8799291

h crc.h

/* 16 bit CRC-CCITT stuff. Extracted from Bill Simpson's PPP */ #define FCS_START 0xffff /* Starting bit string for FCS calculation */ #define FCS_FINAL 0xf0b8 /* FCS when summed over frame and se
www.eeworm.com/read/384639/8855269

m xiaobo.m

function y=xiaobo() load data M1=20; epo=15; A=4; B=18; B2=B/2+1 N=500; M=(A+1)*(B+1); for a0=1:A+1; for b0=1:B+1; i=(B+1)*(a0-1)+b0; b_init(i)=((b0-B2)/10)/(2^(-A)); a_init(i)=1/(2^(-A)
www.eeworm.com/read/178375/9405959

h calc_en.h

/* ******************************************************************************** * * GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001 * R99 Ve
www.eeworm.com/read/170114/9818819

c 11-3.c

#include #include #include #include int main(int argc,char **argv) { double y; sigset_t intmask; int i,repeat_factor; i
www.eeworm.com/read/364700/9897944

todo

TODO ==== - update vbv_delay calculation to agree with November 1994 (WG11 approved IS draft of ISO/IEC 13818-2). - allow intra only encoding of sequences (disable ipflag in putseq.c)
www.eeworm.com/read/359266/10159028

m dmexican_hat.m

function d = dmexican_hat(n,a) %MYDTF Example custom transfer derivative function of MYTF. % % Use this function as a template to write your own function. % % Syntax % % dA_dN = mydtf(N,
www.eeworm.com/read/357358/10211591

todo

TODO ==== - update vbv_delay calculation to agree with November 1994 (WG11 approved IS draft of ISO/IEC 13818-2). - allow intra only encoding of sequences (disable ipflag in putseq.c)