当前位置:
首页 资源下载
搜索资源 - matlab fixed point
搜索资源列表
-
0下载:
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
-
-
0下载:
一个可以根据标定点来对摄像机进行内外参数进行计算的程序-According to a standard fixed-point to cameras inside and outside the parameters of the calculation procedure
-
-
0下载:
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
-
-
1下载:
经典turbo码的编码过程该文件夹中的SC_TurboIC_MIMO_0524.m是将我turbo的编译码模块替换原来B3G系统中的turbo编译码模块而重新得到的.
定点仿真得,在比特信噪比>=0.5db时,经过一次大迭代,误码率接近0
当然,要得到更精确的结果,需要更多的仿真.-Classical turbo code encoding process of the folder SC_TurboIC_MIMO_0524.m is my turbo codec module
-
-
0下载:
MATLAB code for signal filtering with fixed point coefficients
-
-
0下载:
本文提出了加快发展之路
从理论设计,通过Matlab / Simulink环境
在定点算法对其行为模拟的
在FPGA或定制实现硅片。这个了
实现了netlist移植的Simulink系统
描述成的硬件描述语言[VHDL]。在这个例子中,这个
Simulink-to-VHDL转换器被设计来使用
代码来描述结构VHDL系统互连,
允许简单的行为说明基本模块。
结果VHDL bit-true交付后代码
比较定点Simu
-
-
3下载:
盲源分离中最为经典的不动点算法——FastICA,该算法简单,对初学者有很大的帮助-Blind Source Separation in the most classical fixed-point algorithm- FastICA, the algorithm is simple, for beginners there is a great help
-
-
0下载:
MTD定点浮点仿真,可直接用于fpga算法的仿真程序,产生了扫频信号,仿真直接输出系统频率响应函数,为系统测试带来好处-MTD fixed-point floating-point simulation, fpga algorithm can be used directly in the simulation program to produce a sweep signal, the direct simulation output system frequency response fun
-
-
0下载:
【 摘 要】 提出了一种基于负熵的快速不动点1 C A算法, 介绍了负熵的定义和如何将其用作代价函数度量混合信号的非
高斯性。 详细介绍了基于负熵的固定点准则以及简化算法。实验选取 3个非高斯向量作为信号源进行 Ma t l a b分离仿真, 结果显示
分离效果良好。-Abstract Based on the rapid Negentropy 1 CA fixed point algorithm, introduced the definition of negentropy an
-
-
0下载:
本书全面系统地介绍了DSP芯片的基本原理、开发和应用。首先,介绍了目前广泛使用的DSP 芯片的基本结构和特征,定点和浮点DSP处理中的一些关键问题。然后,对用C 语言和MATLAB 语言进行DSP算法的模拟进行了介绍。-This book a comprehensive and systematic introduction to the basic principles of DSP chips, the development and application. First of all, o
-
-
0下载:
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
-
-
0下载:
为了满足多种电力电子变换器对其控制平台的不同要求,缩短开发时间,实现控制平台硬件的通用化和软件
的模块化,在基于双定点数字信号处理器(DSP)TMS320LF2407的大容量变换器专用控制平台的基础上,
提出了电力电子变换通用控制平台的设计目标。描述了基于定点和浮点DSP(TMS320F2812和TMS320VC33)的通用
控制平台各单元的设计方法。介绍了基于MATLAB实时工具箱(RTW)的调试方法。实验结果验证了设计和调试方法
的正确性和可行性,该通用控制平台达到了设计目标
-
-
0下载:
用CORDIC计算器计算sin,cos。包含浮点仿真模型和定点仿真模型-CORDIC calculator with sin, cos. Contains the floating-point simulation model and the fixed-point simulation model
-
-
0下载:
fast fixed-point algorithm -The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm for independent component analysis and projection pursuit. It features an easy-to-use graphical user interface, and a comput
-
-
0下载:
- for floating point to fixed point
- seperate to integer and fraction part
-
-
0下载:
fixed point method of matlab
-
-
1下载:
用MATLAB实现非线性方程的数值解法。主要有不动点迭代法,牛顿法,割线法和对称秩法的MATLAB源码。-Numerical solution of nonlinear equations with MATLAB. Fixed point iteration method, Newton, secant, and the symmetry rank of the MATLAB source.
-
-
0下载:
一种基于matlab程序不动点迭代程序算法-Based on the matlab program fixed point iteration algorithm
-
-
0下载:
固定点法,定点技术迭代及求解算法,MATLAB实现,大家可以参考一下-Fixed point method, fixed technology and iterative algorithm, MATLAB implementation, we can refer to
-
-
0下载:
已知y=f(x)上一点(x1,y1),则在y=x直线上的点就为(y1,y1)。对应f(x)上点坐标即为(y1,f(y1)……依次类推,可以迭代出蛛网图形用来判断不动点是否稳定。模型为:x(t+1)=c*x(t)^2*(2-x(t)),其中c=25/16。(A point (x1, Y1) on the y=f (x) is known, and the point on the y=x line is (Y1, Y1). The point coordinates corresponding t
-