代码搜索结果
找到约 10,000 项符合
4 的代码
exp4_4.m
clc
clear
close
%开环传递函数描述
numo=20;
deno=[1 8 36 40 0];
%求闭环传递函数
[numc,denc]=cloop(numo,deno,-1);
%绘制闭环系统的脉冲激励响应曲线
t=1:0.1:10;
[y,x]=impulse(numc,denc,t);
plot(t,y)
title('the impulse respo
figure_4_4.nls
1024
1000
50
0
14.137
0
0
2
0
1
20
1
1
0
0
1
0
0
0
1
0
0
0
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]
as4_4.java.bak
import java.io.IOException;
public class AS4_4 {
public static void main(String args[]) throws IOException {
System.out.println("请输入一个4位数:");
byte[] a = new byte[10];
int total = 0;
int
ch4_4.htm
范例问题:语音讯号分析
algo4-4.cpp
// algo4-4.cpp 生成书名关键词索引文件bookidx.txt,算法4.9~4.14
// 为运行algo4-5.cpp做准备
#include"c1.h"
typedef int ElemType;
#include"c2-5.h"
#include"bo2-6.cpp"
#include"c4-2.h"
#include"bo4-2.cpp"