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

搜索资源列表

  1. SL0MatlabCodereal

    3下载:
  2. 快速的基于光滑的l0范数的过完备的稀疏分解,其速度比L1范数快,恢复效果好-Rapid decomposition overcomplete sparse smooth l0 norm-based, its speed is faster than the L1 norm, restore good effect
  3. 所属分类:software engineering

    • 发布日期:2017-11-17
    • 文件大小:4089
    • 提供者:张世中
  1. final1

    0下载:
  2. \演算法判定混和常態,觀察哪種演算法適合用來查證-Algorithms determine the mixed norm
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:6779
    • 提供者:fengfeng
  1. fractal

    0下载:
  2. matlab程序画图,常见分形图,function cantor(A,B) c=1 p=0 figure hold on plot([A(2) B(2)],[A(1) B(1)], r* ) while norm(A(1,:)-B(1,:))>=1 C=[] D=[] for i=1:size(A,1) a=A(i,:)+(B(i,:)-A(i,:))/3 b=A(i,:)+2*(B(i,:)-A(i,:))/3 C=
  3. 所属分类:Fractal program

    • 发布日期:2017-11-13
    • 文件大小:2284
    • 提供者:郑志森
  1. TnormFuzzy

    0下载:
  2. computing t norm for fuzzy sets with different universe
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:37265
    • 提供者:fesgeku
  1. SnormFuzzy

    0下载:
  2. computing s norm for fuzzy sets with different universe
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:66816
    • 提供者:fesgeku
  1. mynormex

    0下载:
  2. 求解函数的各阶范数,如2范数,无穷范数等常用范数-For each order norm, such as the 2 norm, infinite norm etc.
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:859
    • 提供者:郭剑峰
  1. YALL1_Group_20120223

    1下载:
  2. 莱斯大学一位大牛的带l1范数的目标函数求解的程序,包含多种比较方法, 非常适合优化计算研究,与图形图像优化求解问题等。-Rice University with a large cattle l1 norm objective function to solve the program contains multiple comparison method is very suitable for optimum calculation of the graphic image optimiza
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:22877
    • 提供者:zz
  1. 2012_1217_MMSE

    0下载:
  2. L1最小范数约束压缩感知算法,提供一个程序参考, it is MATLAB code-L1 norm constraint compressive sesing,it is MATLAB code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-11
    • 文件大小:6650241
    • 提供者:Mikle
  1. shuzhifenxi1

    0下载:
  2. 数值分析中通过幂法和反幂法计算矩阵的特征值和特征向量,计算出矩阵的谱范数和行列式,通过c实现-Numerical analysis by the power method and the inverse power method to calculate the matrix eigenvalue and eigenvectors calculated the spectral norm of the matrix and the determinant c achieve
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:5893
    • 提供者:liupudu
  1. ImageDenoising

    0下载:
  2. 图像去噪oisy image works best when pixel values of original image are in [0,1]- function y=besovdenoise(xn,nr,ni) Multiple Wavelet Basis Denoising using Besov Projections Requires Rice Wavelet Toolbox (www.dsp.rice.edu/software) xn:
  3. 所属分类:Graph program

    • 发布日期:2017-11-24
    • 文件大小:1777730
    • 提供者:杜栋
  1. matlab

    0下载:
  2. 里卖含有很多函数,如求最大值,最小值函数,一范数和二范数相加的问题。-Being sold contain a lot of functions, such as seeking the maximum, minimum function, the sum of a norm and the two norm.
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:4728
    • 提供者:xiaojin
  1. mySVD

    0下载:
  2. 输入矩阵X和维数d进行SVD分解,使得Xhat = U*S*V 是X的所有秩为d的近似中最好的一个- Accelerated singular value decomposition.Xhat = U*S*V is the best approximation (with respect to F norm) of X among all the matrices with rank no larger than ReducedDim.
  3. 所属分类:matlab

    • 发布日期:2017-12-02
    • 文件大小:1121
    • 提供者:柚子
  1. mini_norm

    0下载:
  2. 最小范数DOA估计方法,详细说明见王永良版空间谱估计参考书-Minimum norm DOA estimation method, described in detail see Wang Yongliang Edition spatial spectrum estimation reference
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:1056
    • 提供者:jjc
  1. A-hybrid

    0下载:
  2. 针对传统的BP或GA对模糊神经网络的识别应用存在收敛容易陷入局部极小 识别率低下等问题 提出一 种基于BFGS的混合遗传算法 其基本思想为 首先构造一种前馈型模糊神经网络结构 然后用遗传算法进化若干代 后 当目标函数的梯度或者范数小于预先设定值 则改用BFGS算法进行优化识别 仿真实验表明 对比GA该算法 收敛速度较快 识别精度提高了约7% 能够较好地应用于一类模糊神经网络的识别-In traditional BP or GA to identify the application
  3. 所属分类:Project Design

    • 发布日期:2017-11-12
    • 文件大小:732350
    • 提供者:renxiuju
  1. ConditionalAccess_En50221.V1

    0下载:
  2. EUROPEAN STANDARD EN 50221 NORME EUROPÉ ENNE EUROPÄ ISCHE NORM February 1997 UDC XXX Descr iptors: TBD English Version Common Interface Specification for Conditional Access and other Digital Video Broadcasting Decoder Applicat
  3. 所属分类:software engineering

    • 发布日期:2017-11-20
    • 文件大小:300743
    • 提供者:speed1234
  1. atheken-NoRM

    0下载:
  2. mogodb的驱动,适用于C#程序。包括了多种类型比如linq、MapReduce-C# program applicable to driver of mogodb,. Including multiple types linq, MapReduce
  3. 所属分类:Other Databases

    • 发布日期:2017-11-24
    • 文件大小:1370582
    • 提供者:徐勉
  1. cs_bp

    0下载:
  2. 压缩感知中用到的一种稀疏重构算法,基于求解最小1—范数解。-Compression The perception used a sparse reconstruction algorithm based on solving the minimum 1- norm solution.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:2635
    • 提供者:沁雪之涯
  1. sizhong

    1下载:
  2. 四种传统算法进行DOA估计,前后向线性预测、最大熵、最小模-Four traditional DOA estimation algorithm, the forward and backward linear prediction, maximum entropy, minimum norm
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:1120
    • 提供者:sunxu
  1. Research-on-Optimal-PID-Controller

    0下载:
  2. 清华大学硕士论文。 本文利用广义 Hermite-Biehler 定理,提出在 PID 控制器参数稳定域内设计高阶对象的最优 PID 控制器, 与此同时利用 Kharitonov 定理、Monte-Carlo 随机实验方法和 H∞混合灵 敏度约束研究 PID 控制器的鲁棒稳定性和性能鲁棒性。 -The algorithm for parameter’s region of PID controller, which satisfies H∞ mixed sensitivi
  3. 所属分类:software engineering

    • 发布日期:2017-11-19
    • 文件大小:688426
    • 提供者:udylxy
  1. code

    0下载:
  2. 处理lasso regression。 使用stochastic Markov property。-Algorithm for solving the Lasso problem: 0.5* (y- X*beta) *(y- X*beta)+ lambda* ||beta||_1 where ||beta||_1 is the L_1 n
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:4460
    • 提供者:莫琳
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 23 »
搜珍网 www.dssz.com