-
OS-EM.ps
another NDFT algorithm for signal processing
- 2009-11-18 15:17:20下载
- 积分:1
-
chap2_1
说明: 专家pid控制仿真程序,可以共同学习!希望大家多多支持!(Expert pid control simulation program)
- 2010-04-02 20:36:13下载
- 积分:1
-
testmatcom_mfc
matlab与vc联合编程实例
实现图形在vc中的显示(joint programming and matlab examples vc in vc in the realization of graphics display)
- 2007-11-23 20:02:42下载
- 积分:1
-
wireless-communication[cazy]
本书籍包括所有无线通信系统中的数学模型,内容丰富。(environmenet of wireless communication)
- 2009-12-18 20:58:44下载
- 积分:1
-
horner2
horner2.PDF CE COURS VOUS PERMETTRA D APPRENDRE D AVANTAGE SUR LA MÉ THODE DE HORNER PROGRAMMATION MATLAB
- 2013-09-13 07:15:43下载
- 积分: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
-
gamma_fit
这是一个基于matlab且运用极大似然估计法对伽马分布进行拟合(This is a matlab-based and the use of maximum likelihood estimation method for gamma distribution fitting)
- 2021-04-11 14:58:58下载
- 积分:1
-
L1_tracker
l1范数跟踪算法,很多详细注释,可以直接使用,论文得从新下载(The l1 norm tracking algorithms, a lot of detailed annotations, can be used directly, the papers the new download)
- 2020-12-05 01:39:24下载
- 积分:1
-
案例5
基于BP_Adaboost的强分类器设计——公司财务预警建模(Design of strong classifier based on BP_Adaboost: modeling of corporate financial early-warning)
- 2018-03-01 15:55:23下载
- 积分:1
-
20101014-Nested-Array-Pattern
Nested Array Antenna Simulation
- 2011-10-04 19:58:08下载
- 积分:1