代码搜索:continuous

找到约 2,697 项符合「continuous」的源代码

代码结果 2,697
www.eeworm.com/read/446239/7583003

m griewank.m

% Griewank.m % Griewank function % described by Clerc in ... % http://clerc.maurice.free.fr/pso/Semi-continuous_challenge/Semi-continuous_challenge.htm % % used to test optimization/global minimi
www.eeworm.com/read/299923/7820272

m ex031700.m

% Analog Signal Dt = 0.00005; t = -0.005:Dt:0.005; xa = exp(-1000*abs(t)); % % Continuous-time Fourier Transform Wmax = 2*pi*2000; K = 500; k = 0:1:K; W = k*Wmax/K; Xa = xa * exp(-j*t'*W) * D
www.eeworm.com/read/196830/8055695

m ex031700.m

% Analog Signal Dt = 0.00005; t = -0.005:Dt:0.005; xa = exp(-1000*abs(t)); % % Continuous-time Fourier Transform Wmax = 2*pi*2000; K = 500; k = 0:1:K; W = k*Wmax/K; Xa = xa * exp(-j*t'*W) * D
www.eeworm.com/read/296467/8101653

c test44x_ta01.c

#include void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT TACTL = TASSEL1 + TACLR; // SMCLK, clear TAR CCTL0 = CCIE;
www.eeworm.com/read/196069/8116530

m ex031700.m

% Analog Signal Dt = 0.00005; t = -0.005:Dt:0.005; xa = exp(-1000*abs(t)); % % Continuous-time Fourier Transform Wmax = 2*pi*2000; K = 500; k = 0:1:K; W = k*Wmax/K; Xa = xa * exp(-j*t'*W) * D
www.eeworm.com/read/145495/12717885

m fig13_31.m

% Chapter 13: Figure 13.31, p. 780 % % Continuous- to discrete-time system conversion with % the c2dm function. The transfer function is % % 1 % G(s) = -------- , %
www.eeworm.com/read/142039/12968332

m display.m

function display(cdv) % DISPLAY - % for k=1:length(cdv) disp(sprintf('\n')) disp('Continuous design variable') disp('--------------------------') display(cdv(k).gen) txt=sprintf(
www.eeworm.com/read/141504/13007981

names hypo.names

| hypothyroid data from Garvan Institute hyperthyroid, primary hypothyroid, compensated hypothyroid, secondary hypothyroid, negative. | classes age: continuous. sex: M, F. on thyroxine:
www.eeworm.com/read/323180/13347933

names hypo.names

| hypothyroid data from Garvan Institute hyperthyroid, primary hypothyroid, compensated hypothyroid, secondary hypothyroid, negative. | classes age: continuous. sex: M, F. on thyroxine:
www.eeworm.com/read/321971/13391659

m ackley.m

% ackley.m % Ackley's function, from http://www.cs.vu.nl/~gusz/ecbook/slides/16 % and further shown at: % http://clerc.maurice.free.fr/pso/Semi-continuous_challenge/Semi-continuous_challenge.htm