-
05572430
提出了一种改进的独立分量分析方法对脑电信号进行去伪迹消噪,取得了相当不错的效果(An improved method of independent component analysis to EEG artifact noise cancellation, very good results achieved)
- 2010-11-04 19:33:51下载
- 积分:1
-
princomp
主成分分析,matlab。在多光谱图像处理中有重要应用。(Image fusion, matlab. In the multi-spectral image processing has important applications.)
- 2009-11-21 08:57:14下载
- 积分:1
-
Artificial-neural-network
说明: 基本源代码程序,针对Artificial neural network人工神经元网络书中的源代码实例(Artificial neural network)
- 2011-03-06 12:23:11下载
- 积分:1
-
de
说明: 话到变送器和其计算复杂度
类似于MRRC。比起MRRC,如果总数
辐射功率是保持不变的,发送的多样性
方案具有3-dB不利(less system, using two transmit antennas at the base
stations instead of two receive antennas at all the remote
terminals. The scheme does not require any feedback from
the receiver to the transmitter and its computation complexity
is similar to MRR)
- 2011-05-28 14:43:17下载
- 积分:1
-
inversion
反演工具箱,里面用到了三种反演方法。易于了解反演过程(inversion lsqr sqrt svd)
- 2020-11-09 16:49:46下载
- 积分:1
-
KPCA故障检测程序(代码已优化)
基于核主元分析(KPCA)的工业过程故障检测,代码已优化,运行效率高,有详细的注释,附有训练数据和测试数据。(Achieves fault detection of industrial processes based on Kernel Principal Component Analysis (KPCA); the code has been optimized for high operational efficiency; detailed notes are attached with training data and test data.)
- 2018-03-17 09:32:11下载
- 积分:1
-
fft
fft算法的具体实现,应用基2法实现,有比较好的实验结果。(fft concrete realization of the algorithm, the application base 2 method achieved a relatively good results.)
- 2010-01-11 21:58:53下载
- 积分:1
-
MATLAB
matlab codes for different programs........just some programs are now uploaded
- 2011-06-09 13:54:02下载
- 积分:1
-
matlab-examples
matlab应用实例精讲里面的示例代码,非常有用(examples of matlab)
- 2013-05-07 22:48:21下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1