-
wavemaxmaxAllrangePlotFIG
用matlab寫的小波轉換(wavelet transform) (Written by matlab wavelet transform (wavelet transform))
- 2010-01-19 09:22:14下载
- 积分:1
-
MATLAB_help_manual_Chinese
说明: 导言 - 描述MATLAB系统的组成。
开发环境- 介绍MATLAB的开发环境,包括有关工具和MATLAB桌面的信息。
矩阵操作- 介绍如何用MATLAB生成矩阵以及用矩阵进行数学运算。
作图- 介绍MATLAB的作图能力,包括有关作图数据,给图表加注释,以及图像的使用。
用MATLAB编程 - 描述如何用MATLAB语言编写手稿和函数,以及利用数据结构,例如单元数组和多元数组。 (Introduction- describes the MATLAB system. Development Environment- Introduction to MATLAB development environment, including the MATLAB desktop tools and information. Matrix Operation- describes how to use MATLAB to generate the matrix as well as the use of matrix mathematics. Mapping- Introduction to MATLAB' s plot, including the mapping of the data, add notes to the chart, as well as the use of images. Programming with MATLAB- MATLAB language to describe how to prepare manuscripts and function, and the use of data structures, such as arrays and multi-unit array.)
- 2009-08-07 20:51:53下载
- 积分:1
-
price_state
translation between discrete data and continus data
- 2013-04-07 01:49:22下载
- 积分:1
-
LDPC-encdecPAWGN
LDPC编译码仿真。部分迭代编码,不限定H矩阵类型,SPA算法译码。(LDPC codec algorithm in AWGN channel。)
- 2020-12-03 21:29:26下载
- 积分:1
-
MDwnn
多输入多输出的小波网络模型,需安装matlab神经网络工具箱用的是青岛海洋大学学报上那篇论文的模型,嵌入了开发的初始化算法,程序里有较为详细的说明,很好用(Multiple-input multiple-output wavelet network model, the need to install matlab neural network toolbox is used Qingdao Ocean University Journal article thesis model, embedded in the development of the initialization algorithm, the procedure has a more detailed explanation, very good use)
- 2008-01-03 21:27:06下载
- 积分:1
-
power-control
功率控制函数代码描述细节。博弈论的应用。。。。。。。。。。。(Power Control)
- 2013-11-10 16:58:09下载
- 积分: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
-
fdtd_D1_tm_pml
二维,FDTD,PML,Malab语言。(Vacuum point source radiation, two-dimensional, FDTD, PML, Malab language.)
- 2009-06-17 09:41:14下载
- 积分:1
-
yanminfu
说明: 概率的功率,及其功率谱密度的求法,好好看看对大家有好处的哦
(Probability of power, and its power spectral density method, a good look at all of you good oh)
- 2008-11-18 23:21:37下载
- 积分:1
-
Influence-of-zero-pole-distribution
基于matlab的小程序,用于研究零极点分布对频率响应的影响(Matlab-based small program used to study the distribution of pole-zero impact on the frequency response)
- 2013-11-24 11:52:57下载
- 积分:1