登录
首页 » matlab » K2算法

K2算法

于 2020-08-17 发布 文件大小:13KB
0 345
下载积分: 1 下载次数: 14

代码说明:

  K2算法的代码,matlab编程,包含例子(Code for the K2 algorithm, matlab programming, including examples)

文件列表:

K2算法\data2.txt, 1760 , 2015-12-21
K2算法\K2\bdata_001.txt, 0 , 2017-05-18
K2算法\K2\K2.m, 854 , 2017-05-18
K2算法\K2_algorithm.m, 1093 , 2018-03-27
K2算法\K2算法例子.docx, 14377 , 2015-12-20
K2算法\untitled.m, 102 , 2018-03-25
K2算法\Untitled2.m, 15 , 2018-03-27
K2算法\~$K2算法例子.docx, 162 , 2018-03-22
K2算法\K2, 0 , 2017-05-24
K2算法, 0 , 2018-03-27

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

发表评论

0 个回复

  • esprit
    esprit算法,辛苦搜集的,很有用,希望能帮助更多的人,仅供参考(esprit esprit esprit esprit)
    2010-06-28 17:06:16下载
    积分:1
  • ZOOM-FFT
    这是一基于MATLAB的复调制ZOOM-FFT的研究和实现的一篇文章,为的是提高频率分辨率。(This is a MATLAB-based complex modulation ZOOM- FFT Research and Implementation of an article, To improve the frequency resolution.)
    2007-01-17 15:40:36下载
    积分:1
  • RBF
    这是利用一个simulink环境下简单得PPT文件,希望对大家有帮助,谢谢!(This is the use of a simple simulink environment have PPT file, we want to help, thank you!)
    2011-10-22 14:56:25下载
    积分:1
  • turbo
    turbo code simulation in matlab
    2013-12-20 00:45:49下载
    积分:1
  • enkf-matlab-0.30.tar
    集合卡尔曼滤波的Matlab程序,enkf-matlab-0.30,最新版本(EnKF-Matlab is designed primarily as a research and study tool. As a consequence, speed and memory usage are given a lower priority than simplicity and ease of use)
    2013-01-27 23:34:43下载
    积分: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
  • ass2
    it includes implementations of different DIP algorithms all are tested and working fine
    2010-11-14 17:09:12下载
    积分:1
  • danchunxingfa
    说明:  单纯形法用于解决线性规划问题,网上找的,版权归原作者所有 (Simplex method linear programming problem)
    2010-04-25 12:12:19下载
    积分:1
  • ft1000
    Common structures and definitions for FT1000 Flarion Flash OFDM PCMCIA and USB devices.
    2014-10-14 10:03:43下载
    积分:1
  • xin
    DTMF信号检测,在MATlab开发环境下根据GOERTZEL进行编程。(DTMF signal detection)
    2012-04-21 14:28:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载