-
BER_BPSK_nTap_Rayleigh_ISI_ZF_Equal
BER calculation of BPSK nTap Rayleigh ISI Channel. Script for computing the BER for BPSK modulation in 3 tap ISI channel. Zero Forcing equalization with 3/5/7/9 tap is performed and the BER computed
- 2014-08-19 22:50:00下载
- 积分:1
-
a-few-suanfa-jisuan-TSP
各种算法用来求解TSP问题的MATLAB源程序,包括蚁群算法,遗传算法,模拟退火等等(Ant colony algorithm using matlab simulation platform developed: algorithm, path shows that human-computer interaction control)
- 2015-03-12 16:51:26下载
- 积分:1
-
Engineering---Matlab-Programming
The problem-solving process for a computational problem can be outlined as follows:
1. Define the problem.
2. Create a mathematical model.
3. Develop a computational method for solving the problem.
4. Implement the computational method.
5. Test and assess the solution.
- 2012-09-27 02:28:38下载
- 积分:1
-
biuying_v75
实现串口的数据采集,信号维数的估计,可以实现模式识别领域的数据的分类及回归。( Achieve serial data acquisition, Signal dimension estimates, You can achieve data classification and regression pattern recognition.)
- 2016-12-12 11:11:57下载
- 积分: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
-
WNN
说明: 小波神经网络源程序,在网上搜了好久才找到的,对初学者很有用处,希望大家喜欢(Neural network source code, search the Internet for a long time to find, and very useful for beginners, hope you like)
- 2011-03-08 11:34:51下载
- 积分:1
-
Lagrangian_Relaxation
This program solves the unit commitment problem via LR, for a N generator system and H hours
- 2018-03-11 10:47:49下载
- 积分:1
-
Matlab
说明: matlab指令使用大全
简约方便全面
实用书籍(matlab )
- 2010-04-18 11:13:19下载
- 积分:1
-
fractal-dimzip
一维曲线的分维计算matlab程序,将一维曲线的y坐标保存为txt,命民为“y.txt”即可得到分维。(One-dimensional curve fractal dimension calculation matlab program)
- 2013-03-02 10:02:37下载
- 积分:1
-
fuhe12110--o
一个MATLAB报告,是电力系统负荷预测方面的(Report of a communication theory, written in great detail, is what MATLAB side)
- 2010-06-07 21:31:31下载
- 积分:1