登录
首页 » matlab » FPLA_TP2_FASE_3_VARIANTE_2

FPLA_TP2_FASE_3_VARIANTE_2

于 2014-12-24 发布 文件大小:1KB
0 74
下载积分: 1 下载次数: 2

代码说明:

  Monte Carlo nonchronological Generation

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

发表评论

0 个回复

  • dpcm
    说明:  用matlab语言实现的将图像的进行dpcm编码算法,之后进行图像重构,进行前后图像的对比。(With matlab language will be dpcm image coding algorithm, after the image reconstruction, the images before and after contrast. )
    2011-03-25 10:23:51下载
    积分:1
  • Fast_Fourier_Transforms_Second_Edition
    说明:  英文书《Fast Fourier Transforms, Second Edition》附带的MATLAB实例(English book )
    2008-11-26 17:12:23下载
    积分:1
  • chengxu
    利用matlab绘制等距指数坐标部分程序,参数自己修改,仅供参考。(Index of use of matlab to draw isometric coordinate part of the program, modify the parameters themselves, are for reference only.)
    2011-06-11 10:46:39下载
    积分:1
  • lexicalAnalysisUsingRegex
    Lexical Analysis, in Compilers
    2014-11-05 18:03:54下载
    积分:1
  • EOF_EXAMPLE
    基于matlab的EOF分解程序,包括旋转EOF分解,复数EOF分解等,附带详细的例子(matlab, including rotated EOF decomposition, plural EOF decomposition, etc., along with detailed examples)
    2015-04-15 10:54:17下载
    积分:1
  • fsk
    基于matlab 的fsk传输系统的仿真程序 包括性能分析,误差计算等(The fsk transmission system based on matlab simulation program, including performance analysis, error calculation)
    2010-06-18 14:56:52下载
    积分:1
  • fast_sc1
    基于patch块的稀疏编码的matlab代码的实现,涉及到基和系数最小化的优化问题(Based on patch block sparse coding matlab code to achieve that relates to the base and the coefficient minimization optimization problem)
    2013-10-01 20:10:03下载
    积分:1
  • White-noise-autocorrelation
    利用x(n)=Asin(pi*n/16)+z(n),z(n)为mean=0,var=0.1高斯白噪声,x(n)的SNR为10dB,s(n)=Asin(pi*n/16-5*pi),得出了x(n)和s(n)互相关函数r(n),以及二者的卷积和.(The utilization for the mean of x (n) = Asin (pi* n/16)+ z (n), z (n) = 0, var = 0.1 Gaussian white noise, x (n) is the SNR as 10dB, s (n) =Asin (pi* n/16-5* pi), draw the x (n) and s (n) the cross-correlation function r (n), as well as the convolution of the two.)
    2013-05-05 19:25:37下载
    积分:1
  • Attitude_process
    惯性导航解算无人机姿态,程序里付了pixhawk采集的陀螺加计的数据进行验证。(Attitude process program)
    2016-10-20 07:36:03下载
    积分: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
  • 696522资源总数
  • 104046会员总数
  • 29今日下载