-
Untitled5
matlab关于NURBS插补程序的生成以及相关算法的实现(matlab program for the generation of NURBS interpolation algorithm and related implementation
)
- 2020-12-10 16:59:20下载
- 积分:1
-
fenji_bijiao
matlab 仿真最大比合并分集与选择式合并分集接收性能比较(matlab simulation maximal ratio combining diversity with selective combining diversity receiver performance comparison)
- 2020-11-05 16:29:50下载
- 积分:1
-
pwv
pwm整流器的建模仿真,通过matlab代码,信号维数的估计,构成不同频率的调制信号,从先验概率中采样,计算权重,用MATLAB实现的压缩传感。( Modeling and simulation pwm rectifier By matlab code, Signal dimension estimates, Constituting the modulated signals of different frequencies, Sampling a priori probability, calculate the weight, Using MATLAB compressed sensing.)
- 2016-04-14 15:44:00下载
- 积分:1
-
2949762_sod
说明: 一阶激波管问题 weno五阶格式,很有参考简直(The matlab program of 5-level WENO program, I hope it can help you)
- 2020-07-16 18:38:49下载
- 积分: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
-
kpss
KPSS Function - matlab - useful econometrics tool
- 2014-01-04 02:15:58下载
- 积分:1
-
pb
说明: phone book for add or remove telephone numbers in text file
- 2014-01-12 19:01:34下载
- 积分:1
-
rx_estimate_channel
说明: OFDM的接收和发射,是用Matlab编程实现的(OFDM receiver and launch, using the Matlab programming)
- 2005-11-30 13:13:39下载
- 积分:1
-
pureimp
最优化中非线性规划中改进的单纯形算法matlab实现,可修改参数(nonlinear optimization program to improve the simplex algorithm Matlab, which could be revised parameters)
- 2006-07-15 06:59:14下载
- 积分:1
-
BEM
使用间接边界元算法求解简单的二维流体力学问题(Fluid dynamic analyse using Boundary Element Method )
- 2012-05-02 19:45:24下载
- 积分:1