-
MatlabSpiderToolbox
Matlab人工智能学习包,由世界领先的德国马普所制作(The spider is intended to be a complete object orientated environment for machine learning in Matlab. Aside from easy use of base learning algorithms, algorithms can be plugged together and can be compared with, e.g model selection, statistical tests and visual plots. This gives all the power of objects (reusability, plug together, share code) but also all the power of Matlab for machine learning research.)
- 2009-11-13 23:57:06下载
- 积分:1
-
harandi_cvpr_2011_matlab
2012 ECCV 稀疏编码和 字典学习( Sparse Coding and Dictionary Learning for Symmetric Positive Definite Matrices: A Kernel Approach.
European Conference on Computer Vision (ECCV), pp. 216-229, 2012.)
- 2012-11-25 20:27:14下载
- 积分:1
-
DOA
利用神经网络实现电磁波信号的波达角预测,MATLAB实现方法(Prediction of Signal Arrival Angle of Arrival Using Neural Network)
- 2019-05-12 17:16:48下载
- 积分:1
-
Transforming
运用MATLAB语言,对于给定的图片,做DFT,DCT等各种变换,并进行压缩(The use of MATLAB language, for a given picture, do DFT, DCT and other transforms, and compression)
- 2010-01-19 10:16:38下载
- 积分:1
-
sample6
its a cvsd decoder..used in bluetooth voice transmission
- 2012-03-23 22:39:05下载
- 积分:1
-
kalman
基于非线性方程,由状态方程与观测方程,并求其观测值。(Nonlinear equations, the state equation and observation equation, and find their observations.)
- 2011-05-08 15:04:46下载
- 积分:1
-
byte-Identity
使用matlab带gui实现对字符a-z的识别(Use matlab with gui achieve recognition of characters az)
- 2011-10-23 10:05:07下载
- 积分:1
-
Matlab讲义高级
说明: 一个很好的例子,是一本报书籍上的,大家好好看看啊 ,一定不回失望的啊 (a good example of this is the one on the books, we see a good ah, we do not return disappointed ah)
- 2005-11-11 10:50:27下载
- 积分:1
-
guyoupinlvmin
运用matlab进行遗传算法编程,旨在解决汽车发动机悬置系统的固有频率最小值的问题(The use of genetic algorithm matlab programming, automotive engine mounting system designed to address the natural frequency of the minimum problem)
- 2011-09-01 10:11:38下载
- 积分:1
-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1