登录
首页 » matlab » M-J

M-J

于 2012-06-18 发布 文件大小:1485KB
0 243
下载积分: 1 下载次数: 2

代码说明:

  this code is estimate dyley time .

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

发表评论

0 个回复

  • frequency-offset-in-ofdm
    This Matlab script finds the frequency offset effects in the orthogonal frequency division multiplexing (OFDM)and its effects on the bit error rate (BER). A reference paper is also included.
    2013-11-16 22:29:55下载
    积分:1
  • face-recognition
    illumination-robust face recognition via sparse representation
    2012-04-25 22:59:57下载
    积分:1
  • optimal-beamforming-master
    this is simulation on MIMO technique using optimal beamforming
    2014-09-08 21:19:07下载
    积分:1
  • MyFFT_C_languiges
    FFT算法C语言实现 和MATLAB中fft函数结果一样的功能(FFT algorithm C language and MATLAB fft function results in the same function)
    2013-11-23 20:49:38下载
    积分:1
  • 遗传算法进行自抗扰控制器参数整定
    说明:  adrc 参数整定 对于控制器的复杂参数整定进行算法优化(adrc parameter tuning)
    2021-04-20 10:08:50下载
    积分:1
  • Matlab-Engineering-App-Experiments
    Matlab工程实践课程实验PPT以及部分代码。(Matlab engineering practice course experiment PPT and some code.)
    2012-06-16 15:58:21下载
    积分:1
  • han
    汉明码仿真 74汉明码 包括编码解码( The hamming code imitates really)
    2011-06-16 20:24:14下载
    积分:1
  • matlab-Genetic-Quantum-Algorithm
    量子遗传算法matlab仿真源代码,免费下载(Genetic Quantum Algorithm)
    2015-04-19 17:01:47下载
    积分:1
  • 一个MATLAB关于三分之一倍频处理的
    使用matlab计算噪声处理:1/3倍频程(Using MATLAB to calculate noise processing: 1/3 octave)
    2020-07-08 15:58:56下载
    积分:1
  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载