代码搜索结果
找到约 10,000 项符合
4 的代码
4_4_2.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
4_4_2.plg
Build Log
--------------------Configuration: 4_4_2 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\OOTTMA\
4_4_1.dsp
# Microsoft Developer Studio Project File - Name="4_4_1" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
4_4_1.plg
Build Log
--------------------Configuration: 4_4_1 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\OOTTMA\
4_4_1.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
f4_4.m
%产生非平稳信号
sig=real(amgauss(128).*fmlin(128));
%%时域波形
figure(1)
plot(sig,'LineWidth',2);
xlabel('时间 t');
ylabel('幅值 A');
%设置窗函数
h=ones(127,1);
%计算短时傅立叶变换
sig=hilbert(sig);
[tfr,t,f]=tfrstft(s
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]
ch4_4.m
% A=[1 -0.5 0.7];B=[0 1 0.5];
% th0=poly2th(A,B);
% u=idinput(300, 'rbs');
% y=idsim([u,randn(300,1)],th0);
% z=[y u];
% ge = etfe(z);
% gs = spa(z);
% bode(ge,gs)
m = idpoly([1 -1.5 0.7],[0