-
pcmeassyencode
实现基本的PCM编译码功能,函数简单,程序可行(PCM encoding and decoding functions to achieve the basic function is simple, practical procedures)
- 2010-11-24 17:51:59下载
- 积分:1
-
charge_controller
a Matlab Simulink model of a simple charge controller with the use of hysteresis to solve the problem of oscillations it is suitable to use with renewable energy projects
- 2010-11-29 02:38:27下载
- 积分:1
-
EMgaussian
EM算法求高斯过程的参数,这种算法的计算过程简单,但是准确度不高(EM algorithm for getting the parameters of Gaussian process, this computation is simple, but accuracy is not high)
- 2010-12-08 13:31:42下载
- 积分:1
-
SFBC_channel_estimator
Channel estimator with SFBC
- 2015-07-10 22:12:23下载
- 积分:1
-
LAWS
Matlab LAWS能量滤波函数 主要用于纹理的分析(Matlab LAWS energy filtering function is mainly used for texture analysis)
- 2009-09-17 23:22:24下载
- 积分:1
-
vsola
time scale modification SOLA
- 2011-09-18 13:28:29下载
- 积分:1
-
madaline
Perceptron Madaline - Code Haykin
- 2011-09-27 01:44:22下载
- 积分:1
-
Arduino_Controlsam
This Tool Allows to Control Arduino UNO R3
- 2013-08-18 04:01:05下载
- 积分:1
-
GA
说明: 遗传算法解决旅行商问题 main.m为主程序 可修改参数(Genetic algorithm for traveling salesman problem)
- 2020-09-10 15:55:04下载
- 积分:1
-
RLEencoding
A simple (de)compression program using Run Length Encoding.
Compression is done that easy:
compressedData = rle(originalData)
Decompression:
originalData = rle(compressedData) (A simple (de) compression program using Run Length Encoding.Compression is done that easy: compressedData = rle (originalData) Decompression: originalData = rle (compressedData))
- 2007-09-09 15:44:59下载
- 积分:1