CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - fixed point matlab

搜索资源列表

  1. TVCMRI_pub.zip

    0下载:
  2. matlab code for Fixed point and Bregman iterative methods. minimize alpha*TV(Phi *x) + beta*||x||_1 + 0.5*||Ax-b||_2^2 ,matlab code for Fixed point and Bregman iterative methods. minimize alpha*TV(Phi*x)+ beta*||x||_1+ 0.5*||Ax-b||_2^2
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:333.85kb
    • 提供者:john
  1. calibration_matlab

    0下载:
  2. 一个可以根据标定点来对摄像机进行内外参数进行计算的程序-According to a standard fixed-point to cameras inside and outside the parameters of the calculation procedure
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.92mb
    • 提供者:朱勇
  1. Practical+FIR+Filter+Design+in+MATLAB

    0下载:
  2. This tutorial white-paper illustrates practical aspects of FIR filter design and fixed-point implementation along with the algorithms available in the Filter Design Toolbox and the Signal Processing Toolbox for this purpose.-This tutorial white
  3. 所属分类:matlab

    • 发布日期:2017-02-21
    • 文件大小:862.69kb
    • 提供者:李文
  1. filter2_fixed

    0下载:
  2. MATLAB code for signal filtering with fixed point coefficients
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:667byte
    • 提供者:Ben Allen
  1. FastICA

    3下载:
  2. 盲源分离中最为经典的不动点算法——FastICA,该算法简单,对初学者有很大的帮助-Blind Source Separation in the most classical fixed-point algorithm- FastICA, the algorithm is simple, for beginners there is a great help
  3. 所属分类:matlab例程

    • 发布日期:2013-12-16
    • 文件大小:41.98kb
    • 提供者:杨三
  1. fixed_point

    0下载:
  2. Fixed-Point iteration-Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the eq
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:766byte
    • 提供者:王怀东
  1. PhaseLockedLoop

    0下载:
  2. This tutorial starts with a simple conceptual model of an analog Phase-Locked Loop (PLL). Through elaboration it ends at a model of an all digital and fixed-point phase-locked loop. The final model can serve a starting point for code generation (both
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:390.33kb
    • 提供者:张骅
  1. tricordic

    0下载:
  2. 用CORDIC计算器计算sin,cos。包含浮点仿真模型和定点仿真模型-CORDIC calculator with sin, cos. Contains the floating-point simulation model and the fixed-point simulation model
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.08kb
    • 提供者:Fengxiaodong
  1. fixed_point

    0下载:
  2. - for floating point to fixed point - seperate to integer and fraction part
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:9.45kb
    • 提供者:seungyerl Lee
  1. Ultrawideband

    0下载:
  2. 超宽带(UWB)的多频带OFDM与定点transmitterreceiver物理层建模 UWB的分析 超宽带的BPSK分析 第五阶导数的BPSK超宽带 超宽带信道模型 超宽带链接分析 超宽带单环 超宽带单脉冲 超宽带多旋回-Ultra-wideband (UWB) multiband OFDM physical layer with fixed-point transmitterreceiver modeling analysis of UWB UWB BPSK
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:219.46kb
    • 提供者:苗俊
  1. dinintex

    0下载:
  2. The block maps each integer value (or stored integer when you use a fixed point input) to a group of M bits, using the selection for the Output bit order to determine the most significant bit. The resulting output vector length is M times the input v
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:6.5kb
    • 提供者:vasu
  1. New-WinRAR-ZIP-archive

    0下载:
  2. Bellman-Ford Shortest Path Algorithm (C) 2004 by Yu Hen Hu find shortest path from a fixed point U to any node V clear all n=input( Total number of nodes = ) echo on starting from a fixed point U, you enter the weight to each
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:808byte
    • 提供者:vahid
  1. EdF-read

    0下载:
  2. 快速定点独立分量分析算法编码能有效提取心电或脑电信号-Fast fixed-point independent component analysis algorithm can effectively extract the encoded ECG or EEG
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:11.64kb
    • 提供者:三三
  1. root

    0下载:
  2. Chapter 2. The Solution of Nonlinear Equations f(x) = 0 Algorithm 2.1 Fixed Point Iteration Algorithm 2.2 Bisection Method Algorithm 2.3 False position or Regula Falsi Method Algorithm 2.4 Approximate Location of Roots Algorithm 2.5
  3. 所属分类:matlab

  1. fixed-point

    0下载:
  2. fixed point method of matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:29.93kb
    • 提供者:salman
  1. nonlinear-equations-with-MATLAB.

    1下载:
  2. 用MATLAB实现非线性方程的数值解法。主要有不动点迭代法,牛顿法,割线法和对称秩法的MATLAB源码。-Numerical solution of nonlinear equations with MATLAB. Fixed point iteration method, Newton, secant, and the symmetry rank of the MATLAB source.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2.49kb
    • 提供者:yaliwang
  1. fixed-point

    0下载:
  2. 一种基于matlab程序不动点迭代程序算法-Based on the matlab program fixed point iteration algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.11kb
    • 提供者:孔小凡
  1. FIXED-POINT-METHOD

    0下载:
  2. 固定点法,定点技术迭代及求解算法,MATLAB实现,大家可以参考一下-Fixed point method, fixed technology and iterative algorithm, MATLAB implementation, we can refer to
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:50.43kb
    • 提供者:WANG bing
  1. 方程解法

    1下载:
  2. 基于matlab的不动点迭代法、二分法以及牛顿法求解方程,进一步优化了计算步骤。(Fixed point iterative method for solving equations based on Matlab)
  3. 所属分类:matlab例程

  1. 正交多项式最小二乘拟合

    3下载:
  2. 计算给定点列的曲线拟合最小二乘法得到的函数(The function of least square method for curve fitting of fixed point column)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1kb
    • 提供者:青不笑
« 12 3 »
搜珍网 www.dssz.com