代码搜索:Calculation

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

代码结果 2,005
www.eeworm.com/read/317833/13495875

m ex080800.m

% Chapter 8: Example 8.8 % Elliptic Lowpass Analog filter design % Wp = 0.2*pi; Ws = 0.3*pi; Rp = 1; As = 16; Ripple = 10 ^ (-Rp/20); Attn = 10 ^ (-As/20); % Analog filter design: [
www.eeworm.com/read/317833/13495888

m ex080700.m

% Chapter 8: Example 8.7 % Chebyshev-2 Lowpass Analog filter design % Wp = 0.2*pi; Ws = 0.3*pi; Rp = 1; As = 16; Ripple = 10 ^ (-Rp/20); Attn = 10 ^ (-As/20); % Analog filter design:
www.eeworm.com/read/313956/13578453

m pulsegen.m

function [sys,x0] = pulsegen(t,x,u,flag,height,width,dt) %PULSEGEN generates perfect pulse for communication toolbox. % Wes Wang % Copyright (c) 1995-96 by The MathWorks, Inc. if f
www.eeworm.com/read/307616/13719254

cpp ex6_04.cpp

// Ex6_04.cpp Using exception handling #include using std::cout; using std::endl; int main(void) { int counts[] = {34, 54, 0, 27, 0, 10, 0}; int time = 60;
www.eeworm.com/read/307616/13719262

cpp ex6_02.cpp

// Ex6_04.cpp Using exception handling #include using std::cout; using std::endl; int main(void) { int counts[] = {34, 54, 0, 27, 0, 10, 0}; int time = 60;
www.eeworm.com/read/305450/13769520

m torr_estfa.m

% By Philip Torr 2002 % copyright Microsoft Corp. % estimate fundamental matrix from perfect points?? function [ FA, fa] = torr_estfa(x1,y1,x2,y2, no_matches,m3) %disp('This just does calculatio
www.eeworm.com/read/304673/13789380

m onestep.m

% A script file to look in detail at one step in the % filter calculation. Requires complete filter to have been % run previously dt=utrue(3,tstep)-utrue(3,tstep-1); time=utrue(3,i); [xp1 Pp1]=
www.eeworm.com/read/304670/13789686

m onestep.m

% A script file to look in detail at one step in the % filter calculation. Requires complete filter to have been % run previously dt=utrue(3,tstep)-utrue(3,tstep-1); time=utrue(3,i); [xp1 Pp1]=
www.eeworm.com/read/303058/13822594

m ut_mweights.m

%UT_MWEIGHTS - Generate matrix form unscented transformation weights % % Syntax: % [WM,W,c] = ut_mweights(n,alpha,beta,kappa) % % In: % n - Dimensionality of random variable % alpha - Transf
www.eeworm.com/read/149015/5704181

c main2.c

/* FreeRTOS V3.2.4 - Copyright (C) 2003-2005 Richard Barry. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the te