登录
首页 » matlab » cnzpbtza

cnzpbtza

于 2016-04-09 发布 文件大小:13KB
0 102
下载积分: 1 下载次数: 15

代码说明:

  最小二乘回归分析算法,合成孔径雷达(SAR)目标成像仿真,MIMO OFDM matlab仿真,仿真图是速度、距离、幅度三维图像,用MATLAB实现的压缩传感,使用拉亚普诺夫指数的公式。( Least-squares regression analysis algorithm, Synthetic Aperture Radar (SAR) imaging simulation target, MIMO OFDM matlab simulation, FIG simulation speed, distance, amplitude three-dimensional image, Using MATLAB compressed sensing, Raya Punuo Fu index using the formula.)

文件列表:

cnzpbtza.m,21622,2016-04-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 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
  • voiceprintsourcecode
    说明:  说话人识别的MATLAB源码,效果还可以(Speaker Recognition MATLAB source, the effect can be)
    2010-04-14 16:47:52下载
    积分:1
  • sparse.c
    Sparse matrix storage and computing
    2014-12-18 15:36:06下载
    积分:1
  • LBPHF_S_M
    LocalbinaryPattern Code
    2013-05-10 00:20:17下载
    积分:1
  • MRAC
    a summary of adaptive control type MRAC
    2015-03-29 23:45:18下载
    积分:1
  • zhuixingliu
    无粘锥形流场计算,Taylor_Maccoll方程的数值解法(Inviscid conical flow field calculation)
    2021-04-03 12:29:07下载
    积分:1
  • parallel_battery_SC_boost_converter
    这个例子示出了充放电时的超级电容器的模式。该电路示出了与电池超级电容器的一个简单的杂交。超级电容器被连接到降压/升压转换器和电池连接到升压转换器。电池的功率由一个速率限制器块,因此瞬态功率由超级电容器供给到DC总线限制。(This example shows the supercapacitor model during charge and discharge. The circuit illustrates a simple hybridization of a supercapacitor with a battery. The supercapacitor is connected to a Buck/Boost converter and the battery is connected to a Boost converter. Power of the battery is limited by a rate limiter block, therefore the transient power is supplied to the DC bus by the supercapacitor.)
    2021-01-13 11:58:48下载
    积分:1
  • GA-for-cybershake-workflow
    利用遗传算法来进行一个cybershake科学工作流的开发!(a GA based algorithm for cybershake workflow scheduling!!)
    2020-10-09 18:27:35下载
    积分:1
  • matlab_tutorial_probability_statistics_of_the_clas
    matlab 概率统计之经典算法教程matlab tutorial probability statistics of the classical algorithm(Probability and Statistics of the classical algorithm matlab tutorials matlab tutorial probability statistics of the classical algorithm)
    2010-08-02 09:07:17下载
    积分:1
  • matifus
    一个用于图像融合的matlab源程序,可以用matlab仿真(A source image fusion matlab, matlab simulation can be used)
    2009-05-19 18:57:05下载
    积分:1
  • 696524资源总数
  • 103896会员总数
  • 68今日下载