代码搜索:Num

找到约 10,000 项符合「Num」的源代码

代码结果 10,000
www.eeworm.com/read/163777/10145780

m program_6_2.m

% Program 6_2 % Parallel Realizations of an IIR Transfer Function % num = input('Numerator coefficient vector = '); den = input('Denominator coefficient vector = '); [r1,p1,k1] = residuez(num,den
www.eeworm.com/read/359387/10152112

js jquery.dimensions.1.2.js

/* Copyright (c) 2007 Paul Bakaus (paul.bakaus@googlemail.com) and Brandon Aaron (brandon.aaron@gmail.com || http://brandonaaron.net) * Dual licensed under the MIT (http://www.opensource.org/licenses
www.eeworm.com/read/359349/10153908

m response_time.m

close all,clear; t=0:0.01:20; w=-5*pi:0.1:5*pi; x=exp(-abs(t-10)); num=[1 1]; den=[1 2 2]; [A,B,C,D]=tf2ss(num,den); h=impulse(num,den,t); y=lsim(A,B,C,D,x,t); H=freqs(num,den,w); phase=angl
www.eeworm.com/read/359349/10154065

m a_filter.m

num=input('input the numerator polynomial coefficient vector =:'); den=input('input the denominator polynomial coefficient vector =:'); reg=input('input the frequency region w='); w=0:0.01*reg:2*pi
www.eeworm.com/read/359349/10154074

m problem_6_1.m

% Name:problem_6_1 clear format long fp=6000;%input('Type in the passband edge frequency fp='); fs=12000;%input('Type in the stopband edge frequency fs='); ap=3;%input('Type in the attenuation in
www.eeworm.com/read/359349/10154264

m d_filter.m

num=input('input the numerator polynomial coefficient vector =:'); den=input('input the denominator polynomial coefficient vector =:'); %reg=input('input the frequency region w='); w=0:0.01:2*pi;
www.eeworm.com/read/359229/10160633

m example6_1.m

%首先装载一原始信号 load nearbrk; s=nearbrk; %=========================== %画出该信号的波形图 subplot(4,2,1); plot(s); Ylabel('s'); title('原始信号s和信号的近似a、细节d'); %=========================== %用小波
www.eeworm.com/read/163434/10161770

c c5.c

/*5.3.4 源程序*/ #include #include #include #define LEFTPRESS 0xff01 #define LEFTCLICK 0xff10 #define LEFTDRAG 0xff19 #define MOUSEMOVE 0xff08 struct { int nu
www.eeworm.com/read/359177/10162471

m ch1example1prg2.m

% ch1example1prg2.m g=9.8; % 重力加速度 for L=1:5 % 仿真重复5次以便于观察 v=0; % 初始速度 s=0; % 初始位置 t=0; dt=0.01;% 计算步长 for k=1:200 v=v+g*dt; % 速度 s=s+v*dt;
www.eeworm.com/read/163246/10168739

m tfrview.m

function tfrview(tfr,sig,t,method,param,p1,p2,p3,p4,p5); %TFRVIEW Visualization of time-frequency representations. % TFRVIEW(TFR,SIG,T,METHOD,PARAM,P1,P2,P3,P4,P5) % allows to visualize