-
sdgscv
MATLAB 数字信号处理与应用 清华大学出版社 程序(MATLAB application of digital signal processing and Tsinghua Press)
- 2010-05-10 20:43:42下载
- 积分:1
-
GPS-Acquisition-Algorithm
GPS信号的捕获算法仿真,包括串行捕获算法仿真(平方检波,CFAR,单次判决),并行码相位捕获算法仿真(平方检波,CFAR,单次判决),以及FFT并行码相位捕获算法仿真(平方检波,CFAR, TONG判决)。(GPS signal acquisition algorithm simulation, including the capture of serial algorithm simulation (square detection, CFAR, a single sentence), parallel code phase acquisition algorithm simulation (square detection, CFAR, a single sentence), as well as the parallel FFT algorithm simulation code phase acquisition ( square detection, CFAR, TONG judgment).)
- 2021-03-30 17:59:09下载
- 积分:1
-
FFT3f
Fast Fourier Transformation code FFT
- 2011-02-09 02:20:19下载
- 积分:1
-
svpwm
自己利用MATLAB中的S-FUNCTION搭建的空间矢量脉宽调制SVPWM系统。(Their use in MATLAB S-FUNCTION to build the space vector pulse width modulation SVPWM system.)
- 2011-11-08 09:46:05下载
- 积分:1
-
compeletion
将三维图像分割为由3*3*3体素组成的立方体实现更细化的分析(The three-dimensional image is divided by 3* 3* 3 cube of voxels composition to achieve a more detailed analysis)
- 2014-12-29 18:19:39下载
- 积分:1
-
Win32GUI
windows gui wrapper for fb
- 2013-12-12 15:44:33下载
- 积分:1
-
l1eq_pd
SPARSE ESTIMATION
Sparse signal recovery via L_1 minimization.
This code is the basis in the L1 magic toolbox for sampling signals that are sparse in the time domain.
- 2012-02-08 13:42:51下载
- 积分:1
-
Commonly-used-algorithm-MATLAB
本书主要讲解了MATLAB语言常用算法程序集清晰版,对于初学者用处很大(This book explains the MATLAB language commonly used algorithm for assembly clear version, has proved very useful for beginners)
- 2013-11-13 10:37:50下载
- 积分:1
-
E5_1_ASKMod
提供一种好用的ASK调制程序,是用MATLAB编写的(ASK modulation provides an easy to use program that is written in MATLAB)
- 2020-10-01 21:47:42下载
- 积分:1
-
fixed_point
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. )
- 2009-05-14 04:43:58下载
- 积分:1