-
BluetoothMIT
用matlab编写程序来实现蓝牙传输文件,需要自己修改蓝牙传输端口(Write a program using matlab to implement the Bluetooth to transfer files, modify the Bluetooth port needs its own)
- 2010-02-19 06:28:38下载
- 积分:1
-
HoughCircle
matlab进行霍夫变换检测圆...未使用matlab的源码(matlab for Hough transform to detect circles ... not use the source code matlab)
- 2011-04-26 15:57:50下载
- 积分:1
-
Kerne-Fisher-Progection
Kernel Fisher Discriminants
- 2012-12-31 18:40:17下载
- 积分:1
-
simuzeta
zeta电路仿真
利用matlab/simulink对电路输出波形分析(the zeta circuit simulation matlab/simulink circuit output waveform analysis)
- 2020-11-30 15:49:27下载
- 积分:1
-
arotineoffft
从网上下载的一个和matlab实现快速傅立叶变换相关的程序,希望能够给大家一点帮助(Downloaded from the Internet and matlab realize a Fast Fourier Transform related procedures, hoping to give us some help)
- 2007-09-20 10:56:17下载
- 积分:1
-
11111
matlab三维曲面/网线图指令,用曲面图表现函数。(Using surface figure performance function
)
- 2013-11-07 22:18:04下载
- 积分: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
-
rtw_tlc
详细介绍如何编写TLC文件,英文不错的可以参考。(How to write the TLC documents detailed introduction.)
- 2012-05-11 18:52:02下载
- 积分:1
-
eAlertSystem
It sends alert through email when the selected file may used by the any person in our system. It sends alert with user name and time
- 2014-10-13 00:33:04下载
- 积分:1
-
data_whitening
蓝牙物理层data whitening编码,数据白噪声化,目的是对数据进行离散化操作。(bluetooth PHY data whitening)
- 2015-01-19 13:47:41下载
- 积分:1