-
DDE_examples
求解各种时延微分方程的Matlab M文件,在一定程度上比SIMULINK更方便(Delay differential equations to solve a variety of Matlab M file, to a certain extent, more convenient than the SIMULINK)
- 2010-07-06 14:39:26下载
- 积分:1
-
informationTheoryToolboxv1.0
信息理论用的工具包,算法已经很全了matlab编写的(Information theory with the toolkit, the algorithm is already very wide, prepared by the matlab)
- 2007-12-18 14:03:41下载
- 积分:1
-
classmusic
说明: 经典的music算法,用matlab实现(music in matlab)
- 2010-04-11 10:44:41下载
- 积分:1
-
PSO
说明: 标准粒子群优化算法,适用于matlab。方便实用(Standard particle swarm optimization for matlab. Convenient and practical)
- 2011-04-12 10:35:10下载
- 积分:1
-
Immune-algorithm
数学里的免疫算法,利用matlab编制的(Immune algorithm)
- 2013-08-09 11:32:13下载
- 积分: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
-
rakeica_sumee_matlab
rake ica receiver
This program generates the Walsh Functions and does the job of a
Code Division Multiple Access (CDMA) Transmitter and Receiver
- 2020-10-20 10:17:25下载
- 积分:1
-
setmodem
说明: 一个用于CDPD调制解调器参数设置的程序。(a CDPD modem for parameter setting procedure.)
- 2006-04-03 12:29:05下载
- 积分:1
-
MIT_MRAC_Standard
可调增益基于MIT规则的模型参考自适应算法归一化算法(Adjustable gain MIT rule-based model reference adaptive algorithm normalization algorithm)
- 2014-09-11 21:06:16下载
- 积分:1
-
spectrum-estimation
功率谱估计是利用有限长的数据估计信号的功率谱,广泛应用于各个领域。功率谱估计主要分为经典谱估计与现代谱估计。常用的经典谱估计方法有周期图法,相关法,周期图的改进法,常用的现代谱估计方法有最大熵谱估计,AR模型,MA模型,ARMA模型。经典谱估计适用于长序列的信号,其主要缺陷是描述功率谱波动的数字特征方差性能差,频率分辨率低,现代谱估计适用于短序列的信号,旨在改善谱估计的分辨率,并将其应用于实际地震资料的谱分析。
(Power spectrum estimation is the use of a finite length data to estimate the power spectrum of the signal, widely used in various fields. Power spectrum estimation is divided into classic and modern spectral estimation spectral estimation. Commonly used methods of classical periodogram spectrum estimation method, the relevant law, the cycle graph Improvement Act, commonly used in modern spectral estimation methods have maximum entropy spectral estimation, AR model, MA model, ARMA model. Classical spectral estimation applied to signal a long sequence, its main drawback is the fluctuation power spectrum describing digital signature variance performance is poor, the frequency resolution is low, modern spectral estimation applied to signal short sequences designed to improve spectral estimation resolution, and The analysis applied to real seismic data spectrum.)
- 2014-11-01 17:02:48下载
- 积分:1