-
double_spwm
双PWM便片调速系统的matlab仿真试验模型,调试通过。(err)
- 2008-08-15 15:43:37下载
- 积分:1
-
matlab
经典应用例子,可以供大家学习参考使用,其中大部分是验证过的(Classic application examples)
- 2012-03-30 11:22:15下载
- 积分:1
-
seismic response_spectrum
求地震动的加速度反应谱 速度谱 位移谱(Acceleration response spectrum for ground motion velocity spectrum displacement spectrum)
- 2019-04-23 10:26:33下载
- 积分:1
-
kalmanyingyong
说明: 卡尔曼滤波应用。该源码实现应用kalman滤波进行目标运动轨迹的跟踪。(Kalman filtering applications. The source to achieve the application of kalman filter for target tracking trajectory.)
- 2021-04-04 22:09:04下载
- 积分:1
-
dsakf
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
% result是提取的信息
function result=randlsbget(output,len_total,goalfile,key)
ste_cover=imread(output)
ste_cover=double(ste_cover)
% 判断嵌入信息量是否过大
[m,n]=size(ste_cover)
frr=fopen(goalfile, a )
% p作为信息嵌入位计数器将信息序列写回文本文件
p=1
% 调用随机间隔函数选取像素点
[row,col]=randinterval(ste_cover,len_toal,key)
for i=:len_toal
if bitand(ste_cover(row(i),col(i)),1)==1
fwrite(frr,1, bit1 )
result(p,1)
else
fwrite(frr,0, bit1 )
result(p,1)=0
end
if p==len_total
break
end
p=p+1
end
fclose(frr)
()
- 2007-06-28 16:08:04下载
- 积分:1
-
MLP1h
Implementacao da rede MLP canonica (backpropagation com gradiente descendente)
- 2011-05-19 01:56:04下载
- 积分:1
-
frequence
一个对数据进行频域分析的MATLAB程序,可以输出谐波幅值和相角(One pair of data in the frequency domain analysis of MATLAB program that can output harmonic amplitude and phase angle)
- 2014-09-10 08:59:36下载
- 积分:1
-
siglephasebrdge
电力电子电路单相桥式全控整流电路的simulink仿真(Power electronic circuit single phase bridge rectifier circuit with Simulink simulation)
- 2020-12-23 15:19:08下载
- 积分:1
-
matlab
matlab的基本入门教程,可以帮助matlab初学者更加好得掌握这一门编程技巧(matlab basic introductory tutorial to help beginners more matlab too good programming skills to grasp the door)
- 2010-10-16 16:21:19下载
- 积分:1
-
let
一个非常有用 的工具箱,可以用来计算常规的常微分动力系统的李指数和维数(A very useful toolbox that can be used to calculate the conventional system of ordinary differential power index and the dimension of Li)
- 2011-05-15 21:54:37下载
- 积分:1