-
matlab(2)_ppt
介绍matlab使用方法的完整ppt文档!希望对大家有用(Introduced the use of matlab full ppt files! We hope to be useful)
- 2009-05-12 10:18:11下载
- 积分:1
-
upload
采用MATLAB 对图像进行加噪,滤波,置乱等方面的处理代码。(photo noise in matlab)
- 2009-06-12 20:32:24下载
- 积分:1
-
OFDM
ofdm simulation for BER performance
- 2010-07-15 17:55:33下载
- 积分:1
-
HexRaysCodeXplorer
IDA插件HexRaysCodeXplorer.
Hex-Rays Decompiler plugin for easier code navigation. Right-click context menu in the Pseudocode window shows HexRaysCodeXplorer plugin commands(HexRaysCodeXplorer
==================
Hex-Rays Decompiler plugin for better code navigation :octocat:
__Authors and Contributors__:
Aleksandr Matrosov ([@matrosov](https://github.com/matrosov)) Eugene Rodionov ([@rodionov](https://github.com/rodionov))
__HexRaysCodeXplorer__- Hex-Rays Decompiler plugin for easier code navigation. Right-click context menu in the Pseudocode window shows HexRaysCodeXplorer plugin commands:
)
- 2014-09-15 14:39:20下载
- 积分:1
-
FastCIA
FastICA 快速独立成分分析 源码、实例(IndependentComponentAnalysis )
- 2013-08-21 20:42:03下载
- 积分:1
-
zhuanli_adaptive4ch
谱相减 + 波束形成 + 后Wiene滤波 语音增强算法(Spectral subtraction+ beamforming+ the Wiene filtering speech enhancement algorithm)
- 2013-03-26 21:55:31下载
- 积分:1
-
Runge_Kutta
用三种不同的Runge-kutta方法计算常微分方程(Runge-kutta for ODE)
- 2020-12-17 09:39:11下载
- 积分:1
-
multi-filter
说明: 信号处理中的多相滤波,信号处理中的多相滤波,信号处理中的多相滤波,信号处理中的多相滤波(Signal processing in multi-phase filtering, signal processing in multi-phase filtering, signal processing in multi-phase filtering, signal processing in multi-phase filtering)
- 2010-03-21 22:45:37下载
- 积分: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
-
kalmancode
又一个计算kalman滤波器的matlab程序!(Another calculation kalman filter matlab program!)
- 2008-03-13 15:58:58下载
- 积分:1