-
Simulation_of_a_variety_of_LMS_Algorithm
各种LMS改进算法的仿真与分析说明对各种改进算法的优缺点在文档中进行了对比(A variety of LMS Algorithm for simulation and analysis shows the advantages and disadvantages of various improved algorithms have been compared in the document)
- 2009-12-19 18:11:08下载
- 积分:1
-
shannon
基于matlab,利用香浓能量对心音信号进行包络提取(Based on matlab, using Shannon energy of the heart sound signal envelope extraction)
- 2011-01-05 20:03:19下载
- 积分:1
-
MATLAB
本手册介绍matlab中各种函数的应用,对matlab使用者帮助很大(This manual describes the application of various functions in matlab, matlab users of great help)
- 2011-10-01 18:10:27下载
- 积分:1
-
matlabff2
【matlab编程代做】史密斯圆图演示 可以做为参考使用学习([Do] matlab programming on behalf of the Smith chart demonstrates the use of learning can be used as a reference)
- 2015-01-14 10:53:30下载
- 积分:1
-
PIC-MCC等离子体仿真
l利用MATLAB进行PIC-MCC等离子体仿真(simulation of plasma)
- 2021-04-06 15:39:02下载
- 积分:1
-
Sorting, Searching and Classification Lab11
说明: Sorting, Searching, and Classification using Matlab
- 2019-04-26 18:01:06下载
- 积分: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
-
em
说明: MATLAB实现的EM算法,用于高斯混合模型的均值、方差、权重估计(EM algorithm based on MATLAB)
- 2010-11-28 10:04:13下载
- 积分:1
-
level
初次用matlab编写的水准平差,还有一个实例(Matlab prepared with the initial level of adjustment。)
- 2009-05-31 17:07:14下载
- 积分:1
-
matlab
二维,轴对称的问题的有限元分析,matlab编程,例题(axisymmetric finite element analysis, matlab programming, examples.)
- 2020-08-27 17:08:13下载
- 积分:1