-
TurboDecode
说明: 完整的Turbo编码解码,完整的Turbo编码解码(Turbo encoding and decoding full and complete Turbo codec)
- 2011-03-13 16:08:42下载
- 积分:1
-
Face_detectcc
Face detection using L1 norm quantization
- 2013-10-25 17:10:49下载
- 积分:1
-
基于扩张观测器的PID控制
一类基于扩张观测器的PID控制算法。Matlab编写的代码,测试效果良好。(A Kind of PID Control Algorithm Based on Expanded Observer. Matlab prepared by the code, the test results are good.)
- 2021-01-05 19:28:54下载
- 积分:1
-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1
-
butter
巴特勒夫和切比雪夫滤波器的具体实现方法,应用MATLAB的具体实现(Batelefu and Chebyshev filters of specific implementations, the application of the concrete realization of MATLAB)
- 2010-01-11 22:03:41下载
- 积分:1
-
Implementing_Filtering
该代码实现了图像的滤波处理,这段代码给出了三种滤波矩阵,包括图像平滑(低通滤波器)、图像边缘提取(高通滤波器)等。用户下载后可以根据自己需要修改滤波矩阵和参数值,以便实现特殊的功能。为了形象的说明滤波效果,代码执行后可以看到滤波前后滤波后的对比图像。
(The code of the image filter processing, the code shows the three filter matrix, including the smoothing (low pass filter), image edge detection (high-pass filter) and so on. Users can download their own need to modify the filter matrix and the parameter values in order to achieve a specific function. Filtering effect to the image description, code execution before and after filtering can be seen after comparison of the filtered images.)
- 2011-02-01 13:00:15下载
- 积分:1
-
matlab
数学建模常用算法模型介绍及matlab实现程序代码,对于数学建模非常实用(Commonly used mathematical modeling algorithm model introduction and Matlab code is very useful for mathematical modeling)
- 2012-08-12 23:10:44下载
- 积分:1
-
AMmodulationwithGUI
AM modulation with GUI (matlab)
- 2009-09-09 20:22:21下载
- 积分:1
-
matlab
matlab实用程序百例(100 cases of matlab utility)
- 2008-04-16 09:19:01下载
- 积分:1
-
kmeans_JIT
使用了JIT的高效的k均值算法,因为使用了JIT加速,所以在统计工具箱下,比一般的k均值要快许多(Efficient K-Means using JIT (Matlab code)
This code uses the JIT acceleration in Matlab, so it is much faster than k-means in the Statistics Toolbox. It is very simple and easy to read. )
- 2010-12-31 20:22:33下载
- 积分:1