-
BPSK
源码是BPSK单载波调制方式下对整个系统的调制与解调(Source is a single carrier BPSK modulation of the system under modulation and demodulation)
- 2010-06-17 13:47:09下载
- 积分:1
-
matlabcodes
通过该功能,可以处理图像中的很多问题,是图像分析处理的主要工具。(image)
- 2009-10-27 12:31:20下载
- 积分:1
-
Clustering
clustering network theroy
- 2009-05-03 05:00:39下载
- 积分:1
-
three_sign
比较了基于SE,SR,SS的符号模式CMA算法,仿真表明,SS收敛速度快,但稳态误差大,SR的综合效果最好。(Comparison based on the SE, SR, SS symbolic mode CMA algorithm, simulation results show that SS convergence speed is fast, but steady-state error, the combined effect of SR.)
- 2012-10-23 23:01:24下载
- 积分:1
-
Code-FOC-
基于Mcrochip的PMSM滑模观测器FOC控制(FOC PMSM control sliding mode observer)
- 2021-04-27 12:58:44下载
- 积分: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
-
count_water__line_ok
用matlab中的hough变换检测茶杯中的水位线,期间做了些限制以使的计算量变小(Using the hough transform matlab detection cup of water line, during some restrictions in order to enable the calculation of quantitative small)
- 2008-01-14 19:03:09下载
- 积分:1
-
signalanalyse
说明: 关于信号分析的GUI程序,关于信号分析的GUI程序(GUI on the signal analysis procedures, the GUI on the signal analysis procedures)
- 2010-04-29 15:39:04下载
- 积分:1
-
VMware
VMWARE FOR BEGINNERS COURSE IN SPANISH
- 2015-02-25 23:57:54下载
- 积分:1
-
sum1_change
线性支持向量机示例和数据都有linear svm(linear svm )
- 2014-02-13 15:38:33下载
- 积分:1