-
work
简单的用PCA实现人脸识别的matlab程序(Face recognition using PCA to achieve)
- 2010-10-31 21:17:18下载
- 积分:1
-
FM-
调频广播中,为了提高音频高频率端的信噪比,在发射端进行的预加重处理。(FM radio, in order to improve the high frequency end of the audio signal to noise ratio, performed at the transmitter pre-emphasis.)
- 2014-12-11 14:44:55下载
- 积分:1
-
1234
这是一个关于多目标数据融合的很好的温章,希望对大家有所帮助。原理清晰,见解独特,希望对大家有所帮助(This is a multi-target data fusion on the temperature of a good chapter, we want to help. Principles of clarity, insight unique, want to help everyone)
- 2010-02-26 16:37:52下载
- 积分:1
-
hilbert_transform_example
非常有用的希尔伯特黄变换的实例程序,包括各作图程序( Hilbert Huang Transform example program, including the mapping program)
- 2014-10-15 12:16:19下载
- 积分:1
-
MCAT-version-5-release-2011b
参数敏感性分析的计算包,能够在matlab中计算后得到参数的计算区间。(Computing package parameter sensitivity analysis, the latter is able to calculate the interval is calculated in matlab get parameters.)
- 2015-04-14 10:49:55下载
- 积分:1
-
矩形板(8-1)位移
平面8节点单元类,可以输出单元的刚度,并可通过形函数插值得到内部各点得位移、应力等。对各位以前编写的程序的一个补充和完善吧。(plane eight-unit category, the output unit stiffness, through the shape function can be interpolation points in the internal displacement and stress. Right before you and the procedure for the preparation of a supplement and perfect it.)
- 2017-07-21 14:59:53下载
- 积分:1
-
SP
说明: 一种快速有效、性能可靠的信号重构算法是压缩感知理论的核心部分,对于
这部分内容,许多卓有成效的研究工作正在陆续展开。从压缩感知理论提出至今,
已经出现了多种稀疏信号的重构算法。重构算法主要可以归结为三大类:贪婪算
法,凸松弛算法和组合算法。这里主要是SP算法(A fast and efficient, reliable signal reconstruction algorithm is the core of compressed sensing theory, for this part, much fruitful research work is carried out successively. From the compressed sensing theory so far, there have been many sparse signal reconstruction algorithm. Reconstruction algorithm can be summarized into three main categories: the greedy algorithm, convex relaxation algorithms and combinatorial algorithms. This algorithm is mainly SP)
- 2011-05-08 09:59:12下载
- 积分:1
-
TEST
利用matlab、simulink 仿真
实现基带移相键控,并进行误码率分析,而且画出了输入输出两者的波形(Using matlab, simulink simulation of baseband phase-shift keying, and the bit error rate analysis, and draw the waveforms of both input and output)
- 2011-06-20 18:05:53下载
- 积分:1
-
5
说明: document of image compression
- 2014-10-19 04:50:27下载
- 积分:1
-
onoff
f the input is a numeric array, it returns a cell array of strings of on or off depending on the logical outcome.
Conversely, if the input is a cell array of strings of on or off , then it does the reverse, i.e. returns the logical matrix where on is true and off is false.
It is very useful when using set/get on arrays of handle objects or arrays of properties/values.
Example:
onoff( [0, 1, 0]) gives { off , on , off }
onoff({ on , on , off }) gives [1, 1, 0]
It also works for mixed cell array inputs, and for other string pairs:
yes/no, ok/cancel, open/closed
- 2009-09-07 18:18:36下载
- 积分:1