代码搜索:超低频
找到约 2,259 项符合「超低频」的源代码
代码结果 2,259
www.eeworm.com/read/269921/11067646
htm 6911.htm
下载地址:thunder://QUFodHRwOi8vc2hhcmUyLnlvdXRod2FudC5jb20udHcvNDYwNTA4MTQwNTQwYTQvMS8xWDRoVW50ZVJYLzEzMDA2MzI1Lndtdlpa[台湾超正槟榔西施 现场写实][320×240][1.96M][WMV][0:01:06]下载地址
www.eeworm.com/read/267095/11195182
m exp4_8.m
clear
clc
close all
%输入期望得超调量及峰值时间
pos=input('please input expect pos(%)=');
tp=input('please input expect tp=');
z=log(100/pos)/sqrt(pi^2+(log(100/pos))^2);
wn=pi/(tp*sqrt(1-z^2));
num=wn^2;
www.eeworm.com/read/412269/11208014
m exp4_8.m
clear
clc
close all
%输入期望得超调量及峰值时间
pos=input('please input expect pos(%)=');
tp=input('please input expect tp=');
z=log(100/pos)/sqrt(pi^2+(log(100/pos))^2);
wn=pi/(tp*sqrt(1-z^2));
num=wn^2;
www.eeworm.com/read/204090/15344793
m exp4_8.m
clear
clc
close all
%输入期望得超调量及峰值时间
pos=input('please input expect pos(%)=');
tp=input('please input expect tp=');
z=log(100/pos)/sqrt(pi^2+(log(100/pos))^2);
wn=pi/(tp*sqrt(1-z^2));
num=wn^2;
www.eeworm.com/read/102840/15756542
m exp4_8.m
clear
clc
close all
%输入期望得超调量及峰值时间
pos=input('please input expect pos(%)=');
tp=input('please input expect tp=');
z=log(100/pos)/sqrt(pi^2+(log(100/pos))^2);
wn=pi/(tp*sqrt(1-z^2));
num=wn^2;
www.eeworm.com/read/390596/8457528
txt runtimeinfo.txt
123 二进制=1111011 八进制=173 十六进制=7b
本类名=java.lang.String 超类名=java.lang.Object 包名=java.lang
操作系统=Windows 2000
Java版本=1.3.0_02
内存总量=2031616
剩余空间=1806952
www.eeworm.com/read/429508/8804559
m hyperchaossequencecml.m
%CML超混沌序列
L=3800;
x=zeros(1,L);
y=zeros(1,L);
x(1)=0.400001;
y(1)=0.010007;
for i=1 : L
x(i+1) = 1 - 1.95 * (x(i) * x(i) + y(i) * y(i));
y(i+1) = -3.822 * x(i) * y(i) ;
end
plot(x,y)
www.eeworm.com/read/429508/8804564
m hyperchaossequencedoublelogistic.m
%二维Logistic超混沌序列
L=800;
x=zeros(1,L);
y=zeros(1,L);
x(1)=0.400001;
y(1)=0.010007;
for i=1 : L
x(i+1) = 2.8 * x(i) * (1 - x(i)) + 0.64 * x(i) * y(i);
y(i+1) = 2.8 * y(i) * (1 - y(i)) +
www.eeworm.com/read/284589/8915500
m ste.m
function [errs,sigma,tp,ts]=ste(y,t)
[mp,tf]=max(y);
cs=length(t);
yss=y(cs);
errs=trapz(t,abs(y-yss).*t);
sigma=(mp-yss)/yss; %计算超调量
tp=t(tf); %计算峰值时间
%tp=tf %计算峰值时间
%计算调节时间
www.eeworm.com/read/356610/10224004
m hyperchaossequencecml.m
%CML超混沌序列
L=3800;
x=zeros(1,L);
y=zeros(1,L);
x(1)=0.400001;
y(1)=0.010007;
for i=1 : L
x(i+1) = 1 - 1.95 * (x(i) * x(i) + y(i) * y(i));
y(i+1) = -3.822 * x(i) * y(i) ;
end
plot(x,y)