CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SVD 算法

搜索资源列表

  1. precoding

    0下载:
  2. 有限反馈预编码仿真程序,包括2bit、4bit、7比特格拉斯曼码本,采用基于SVD分解的码本选择算法。-Limited feedback precoding simulation program, including 2bit 4bit 7bit Grassmannian codebook codebook selection algorithm based on SVD decomposition.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:105537
    • 提供者:付卫红
  1. svddct

    1下载:
  2. 2维图像添加数字水印信息。算法DCT-SVD。嵌入二值水印信息-Add watermark to the host image. DCT-SVD
  3. 所属分类:2D Graphic

    • 发布日期:
    • 文件大小:1075
    • 提供者:李晨璐
  1. MATLAB

    1下载:
  2. 用MATLAB写得离散小波-奇异值分解的算法。嵌入水印信息-dwt-svd watermark algorithm
  3. 所属分类:Graph program

    • 发布日期:2014-05-02
    • 文件大小:349184
    • 提供者:李晨璐
  1. matlab-LTE-xindaoguji

    3下载:
  2. 实现LTE下行信道估计,有LS、LMMSE、SVD-MMSE和线性插值、二阶插值、三次样条插值等算法-LTE downlink channel estimation, LS, LMMSE, SVD-MMSE and linear interpolation, second order interpolation, cubic spline interpolation algorithm
  3. 所属分类:assembly language

    • 发布日期:2015-09-23
    • 文件大小:19456
    • 提供者:xiaoqing
  1. matlab-simulation-code-of-L1SVD

    2下载:
  2. IEEE 期刊论文 著名算法 L1-svd matlab仿真源代码 -IEEE Journal --famous algorithm of L1-svd A simulation source code written by matlab
  3. 所属分类:3G develop

    • 发布日期:2016-10-24
    • 文件大小:1375232
    • 提供者:houhj
  1. MyIC_SVD

    0下载:
  2. 基于SVD和信息熵理论的小波域灰度图像无损压缩算法。-Wavelet domain based on SVD and information entropy theory grayscale images lossless compression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-22
    • 文件大小:1267
    • 提供者:guohuijie
  1. k_svd1

    0下载:
  2. K-SVD同MOD一样也分为Sparse Coding和Dictionary Update两个步骤,Sparse Coding没有什么特殊的,也是固定过完备字典D,使用各种迭代算法求信号在字典上的稀疏系数。-K-SVD Sparse Coding and Dictionary Update is also divided into two steps, like MOD, Sparse Coding is not anything special, also fixed overcomplete
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:12528083
    • 提供者:mqf
  1. SVDLIBC-win

    1下载:
  2. SVDLIBC是一个使用Lanczos算法计算稀疏矩阵SVD(奇异值分解)的C语言函数库,原本在只能Linux下编译,这个版本是对其进行修改后的windows版本,可以在VC++或MinGW下使用。-SVDLIBC is a C library computing the SVD(Singular Value Decomposition) of a sparse matrix using the Lanczos Algorithm. Originally, it can only compile
  3. 所属分类:Algorithm

    • 发布日期:2017-11-01
    • 文件大小:43497
    • 提供者:Elif Keir
  1. svd_dwt

    1下载:
  2. 实现基于离散小波(dwt)的奇异值(svd)分解算法的实现-Decomposition algorithm based on singular value of the discrete wavelet (dwt) (svd)
  3. 所属分类:Other systems

    • 发布日期:2014-05-03
    • 文件大小:1024
    • 提供者:XING
  1. KSVD-dictionary-learning-Matlab

    2下载:
  2. 这个程序可以对KSVD进行综合测试。首先,会产生一个随机的正交字典,会产生一个KSVD算法输入,这个输入是一个数据信号集合,每个元素都是三维元素的线性组合。-In this file a synthetic test of the K-SVD algorithm is performed. First, a random dictionary with normalized columns is being generated, and then a set of data signal
  3. 所属分类:Other windows programs

    • 发布日期:2015-06-02
    • 文件大小:13312
    • 提供者:
  1. numerical-recipe-code7

    1下载:
  2. 剑桥数据库源代码,包括sparse、spectrum、svd、svm、wavelet等算法-Cambridge database source code, including sparse, spectrum, svd, svm, wavelet algorithm
  3. 所属分类:Algorithm

    • 发布日期:2014-11-15
    • 文件大小:57344
    • 提供者:sherry
  1. MIMO-space-time-channel-modeling-

    0下载:
  2. mimo功率优化MIMO系统的功率优化问题,通过SVD分解和注水算法-mimo power optimization the MIMO system power optimization problem, SVD decomposition and water-filling algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:60485
    • 提供者:白志斌
  1. cumulants_arma

    1下载:
  2. 张贤达《现代信号处理》第5章第6节的仿真,涉及到SVD-TLS、PODE和Q切片法等算法,能实现非高斯信号的ARMA模型辨识-Zhang Xian Da " Modern Signal Processing" Chapter 5, Section 6 of the simulation, involving SVD-TLS, PODE and Q slicing method algorithm can achieve non-Gaussian signal ARMA mode
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:6904
    • 提供者:ousng
  1. ImprovedDL

    1下载:
  2. 这是一篇SCI文章《改善字典学习:多字典更新和系数重用》里的Matlab代码,包含了OMP、Batch-OMP、CoROMP等匹配跟踪算法代码以及改进的K-SVD字典学习算法代码,是图像稀疏表示研究方向重要的源代码,有助于大家学习和改进。-This file folder reproduces the Figures for paper:"Improving Dictionary Learning: Multiple Dictionary Updates and Coefficient Reus
  3. 所属分类:Special Effects

    • 发布日期:2014-12-09
    • 文件大小:3080192
    • 提供者:汪玉珍
  1. Analysis-KSVD-IEEE-TSP

    0下载:
  2. 稀疏字典学习的K-SVD法介绍的论文,是算法的理论基础。-Sparse Dictionary Learning K-SVD method presented papers, the theoretical basis of the algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:683360
    • 提供者:韦哲
  1. MVDR

    0下载:
  2. 奇异值分解波束形成,自适应波束形成仿真。由均匀线阵形式,确定阵列的导向矢量;由阵列导向矢量,对接收信号进行建模仿真;根据约束条件,实现自适应波束形成算法;考察算法性能与信噪比,采样率,观测时间等参数的关系。 -SVD beamforming, adaptive beamforming simulation. Form by the ULA to determine the array steering vector by the array steering vector, the rec
  3. 所属分类:Software Testing

    • 发布日期:2017-04-03
    • 文件大小:921011
    • 提供者:LEE
  1. svdguji

    0下载:
  2. SVD信道估计的算法,是基于OFDM的信道估计算法,学习ofdm的很好的程序-SVD channel estimation algorithm is based on OFDM channel estimation algorithm to learn a good program ofdm
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1695
    • 提供者:肖阳
  1. SNFAP

    0下载:
  2. 这是基于吸引子传播算法的改进,采用svd技术,还有半监督思想,有效提高聚类效果-K-nearest neighbor algorithm based on neural networks, and k-means for effective integration and improvement, improved k-means algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:965
    • 提供者:王依章
  1. SVDshuzishuiyinsuanfayanjiu

    0下载:
  2. 基于SVD的数字水印算法研究,其中包括加密,攻击,解密,提取以及参数比较、运行时间的显示-Research on digital watermarking algorithm based on SVD, including encryption, attack, decrypt, extract and compare the parameters, run time display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2651
    • 提供者:刘瑞雪
  1. estimation-algorithm-

    0下载:
  2. 基于SVD和Toeplitz的高效DOA估计算法-Toeplitz estimation algorithm based on SVD and efficient DOA
  3. 所属分类:Document

    • 发布日期:2017-04-07
    • 文件大小:243398
    • 提供者:金明
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com