Description: 用matlab实现扩展Informax算法和固定点算法Fast ICA,可对混合后信号进行独立分量分离-Informax with matlab algorithms and realize the expansion of fixed-point algorithm Fast ICA, can be mixed signals, independent component separation Platform: |
Size: 1024 |
Author:张力 |
Hits:
Description: 对一般的PLL及APLL,定点PLL进行了MATLAB SIMULINK仿真,可以由程序直接生成PLL的VHDL和C源代码-General PLL and APLL, fixed-point MATLAB SIMULINK a PLL simulation, can be directly generated by the PLL of VHDL and C source code Platform: |
Size: 398336 |
Author:joshua |
Hits:
Description: 此程序为解非线性方程组的不动点迭代法,在MATLAB执行.-This procedure for the solution of nonlinear equations of the fixed point iteration method, in the MATLAB implementation. Platform: |
Size: 1024 |
Author:yang |
Hits:
Description: This directory includes matlab interface of the curvelet transform
using usfft.
Basic functions
fdct_usfft.m -- forward curvelet transform
afdct_usfft.m -- adjoint curvelet transform
ifdct_usfft.m -- inverse curvelet transform
fdct_usfft_param.m -- returns the location of each curvelet in phase-space
Useful tools
fdct_usfft_dispcoef.m -- returns a matrix contains all curvelet coefficients
fdct_usfft_pos2idx.m -- for fixed scale and fixed direction, returns
the curvelet which is closest to a certain point on the image
Demos
fdct_usfft_demo_basic.m -- display the shape of a curvelet
fdct_usfft_demo_recon.m -- partial reconstruction using curvelet
fdct_usfft_demo_disp.m -- display all the curvelet coefficients of an image
fdct_usfft_demo_denoise.m -- image denoising using curvelet-This directory includes matlab interface of the curvelet transform
using usfft.
Basic functions
fdct_usfft.m-- forward curvelet transform
afdct_usfft.m-- adjoint curvelet transform
ifdct_usfft.m-- inverse curvelet transform
fdct_usfft_param.m-- returns the location of each curvelet in phase-space
Useful tools
fdct_usfft_dispcoef.m-- returns a matrix contains all curvelet coefficients
fdct_usfft_pos2idx.m-- for fixed scale and fixed direction, returns
the curvelet which is closest to a certain point on the image
Demos
fdct_usfft_demo_basic.m-- display the shape of a curvelet
fdct_usfft_demo_recon.m-- partial reconstruction using curvelet
fdct_usfft_demo_disp.m-- display all the curvelet coefficients of an image
fdct_usfft_demo_denoise.m-- image denoising using curvelet Platform: |
Size: 160768 |
Author:daisy |
Hits:
Description: 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-paper illustrates practical aspects of FIRfilter design and fixed-point implementation along with thealgorithms available in the Filter Design Toolbox and theSignal Processing Toolbox for this purpose. Platform: |
Size: 882688 |
Author:李文 |
Hits:
Description: 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 function for the benefit of system testing Platform: |
Size: 7168 |
Author:何亮 |
Hits:
Description: 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 equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative. Platform: |
Size: 1024 |
Author:王怀东 |
Hits:
Description: 用CORDIC计算器计算sin,cos。包含浮点仿真模型和定点仿真模型-CORDIC calculator with sin, cos. Contains the floating-point simulation model and the fixed-point simulation model Platform: |
Size: 1024 |
Author:Fengxiaodong |
Hits:
Description: 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 computationally powerful algorithm.
Platform: |
Size: 43008 |
Author:yuanlele |
Hits:
Description: 固定点法,定点技术迭代及求解算法,MATLAB实现,大家可以参考一下-Fixed point method, fixed technology and iterative algorithm, MATLAB implementation, we can refer to Platform: |
Size: 51200 |
Author:WANG bing |
Hits:
Description: 已知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 to f (x) are (Y1, f (Y1))...... By analogy, the cobweb graph can be iterated to judge whether the fixed point is stable or not. The model is: X (t+1) =c*x (T) ^2* (2-x (T)), where c=25/16.) Platform: |
Size: 1024 |
Author:forevermorning
|
Hits: