-
2
案例为运用最有控制原理,实现对火星探测器小推力变轨的控制实现。应用matlab仿真实现(Case for the use of the most control theory, to achieve the low-thrust orbit Mars probe control implementation. Application of matlab simulation)
- 2013-09-29 17:11:11下载
- 积分:1
-
MSE
The calculation of MSE using matlab.just replace the matrix elements
- 2020-11-11 10:29:45下载
- 积分:1
-
自适应滤波
基于TMS320C32的自适应滤波程序,已调试通过.可以和低通滤波做比较 观察其优点 开发环境(adaptive filtering procedures, has been through testing. Can low-pass filter and compared the observed advantages development environment )
- 2005-07-04 16:06:23下载
- 积分:1
-
disp
spectrum sensing is used for communication purpose. Matlab code is utilized for detecting signal by using energy detection noise.
- 2015-02-16 20:21:53下载
- 积分:1
-
无速度传感器
说明: 无速度传感器.rar 异步电机的无速度传感器的矢量控制。matlab程序。有详细的说明文件。用于交流学习用(Speed sensorless. Speed sensorless vector control of RAR induction motor. Matlab program. There are detailed documents. For communication and learning)
- 2020-09-26 14:39:19下载
- 积分: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
-
AM-FM
Modulacion Am y Fm en MatLab
- 2013-01-05 11:16:49下载
- 积分:1
-
affine
affine Transfer photogerammetry
- 2014-10-18 20:44:36下载
- 积分:1
-
jeibai_v85
时间序列数据分析中的梅林变换工具,数据包传送源码程序,wolf 方法计算李雅普诺夫指数。( Time series data analysis Mellin transform tool, Data packet transfer source program, wolf calculated Lyapunov exponent.)
- 2017-01-12 12:54:21下载
- 积分:1
-
An_Efficient_Coherent_Integration
程序可实现高速目标运动下雷达回波的相参积累,主要针对匀加速运动的模型而言。(It is efficient to realize coherent accumulation when targets moves at high speed. )
- 2021-03-11 15:49:26下载
- 积分:1