代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/334931/12561417
m program_4_4.m
% Program 4_4
% Program to Design Elliptic Lowpass Filter
%
% Read in the filter order, passband edge frequency,
% passband ripple in dB and minimum stopband
% attenuation in dB
N = input('Order
www.eeworm.com/read/334931/12561792
m program_4_4.m
% Program 4_4
% Program to Design Elliptic Lowpass Filter
%
% Read in the filter order, passband edge frequency,
% passband ripple in dB and minimum stopband
% attenuation in dB
N = input('Order
www.eeworm.com/read/334712/12580172
ppt ch4-4.ppt
www.eeworm.com/read/248284/12585625
m p4_4.m
% Program P4_4
% Stability Test
clf;
den = input('Denominator coefficients = ');
ki = poly2rc(den);
disp('Stability test parameters are');
disp(ki);
www.eeworm.com/read/146506/12641502
cpp xt4-4.cpp
#include
using namespace std;
int main()
{int fac(int);
int a,b,c,sum=0;
couta>>b>>c;
sum=sum+fac(a)+fac(b)+fac(c);
cout
www.eeworm.com/read/238364/13891556
m chap4_4.m
%Adaptive PID control based on RBF Identification
clear all;
close all;
xite=0.25;
alfa=0.05;
belte=0.01;
x=[0,0,0]';
ci=30*ones(3,6);
bi=40*ones(6,1);
w=10*ones(6,1);
h=[0,0,0,0,0,0]
www.eeworm.com/read/238106/13906963
cpp ch4_4.cpp
//*********************
//** ch4_4.cpp **
//*********************
#include
#include
#include
void main()
{
double s=0,x=1; //初始值
long k=1;
www.eeworm.com/read/237896/13921361
m fig4_4.m
% Use this program to reproduce Fig 4.4 of text
close all
clear all
eps = 0.0001;
taup = 2.;
fd = -10./taup:.05:10./taup;
uncer = abs( sinc(taup .* fd));
ambg = uncer.^2;
plot(fd, ambg,'k')
x