-
matlab
基于Matlab的时域卷积的动态演示的实现,对进行DSP工作的通知可能有一定帮助。欢迎下载(Matlab-based time-domain convolution of the realization of the dynamic presentation of the work carried out to inform the DSP may have some help. Welcome to download)
- 2009-05-16 13:06:22下载
- 积分:1
-
1DPCA
基于主成分分析的人脸识别的方法 在ORL人脸库中运行(Face recognition based on principal component analysis method in the ORL face database is running)
- 2010-12-25 09:09:47下载
- 积分:1
-
hopfield-(2)
this code about hopfield networks
- 2011-01-19 18:45:23下载
- 积分:1
-
C4_5
说明: 数据挖掘算法,分类树的C4.5算法,用于模式分类(data mining algorithms, the C4.5 classification tree algorithm for pattern classification)
- 2021-01-01 11:18:58下载
- 积分:1
-
改进的人工势场法Python
用Python语言编写的改进的人工势场法代码。解决了目标不可达问题。(The improved artificial potential field code written in Python language. The problem of inaccessibility of goals has been solved.)
- 2021-02-04 10:59:58下载
- 积分:1
-
jplv7
garch工具箱 估计garch模型和garch参数。(garch toolbox very powerful useful toolbox recommended! ! !)
- 2013-10-30 19:14:49下载
- 积分:1
-
第六章
传感器阵列波束优化设计与应用书籍第6章的matlab程序(Chapter 6 matlab program of book Sensor array beam optimization design and application)
- 2021-01-29 11:08:35下载
- 积分:1
-
shiyu
振动信号时域处理办法,包括低通、带通滤波和频域积分法(Time-domain vibration signal processing options, including low-pass, band-pass filtering and frequency-domain integral method)
- 2010-02-02 14:47:51下载
- 积分:1
-
matlab_fn
Matlab M-Files:There are four ways of doing code in Matlab. One can directly enter code
in a terminal window. This amounts to using Matlabas a kind of calculator,
and it is good for simple, low-level work. The second method is to create a
script M-fi le. Here, one makes a fi le with the same code one would enter in a
terminal window. When the fi le is “run”, the script is carried out. The third
method is the function M-fi le. This method actually creates a function, with
inputs and outputs. The fourth method will not be discussed here. It is a
way to incorporate C code or FORTRAN code into Matlab this method
uses .mex fi les. We will not disucss it here.
- 2013-07-09 16:49:20下载
- 积分: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