-
eg25-wangluoruqinjulei
《MATLAB神经网络30个案例分析》中的第25个例子,案例25 广义神经网络的聚类算法-网络入侵聚类。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of 25 example, 25 cases of generalized neural network clustering algorithm to network intrusion. Hope to have certain help to everybody!)
- 2013-09-20 16:44:46下载
- 积分:1
-
hmzuizong
对检层法测井中出现的浅层时间倒转问题实现模拟,更好的理解测井中的这一问题。(Logging on Logging Method shallow back in time to appear in the issue of analog, a better understanding of logging in this issue.)
- 2010-07-18 08:32:59下载
- 积分:1
-
noise_let_Measurements
这是一个实值的Noiselet变换,压缩感知的图像应用中的的Noiselet观测矩阵 (1) This implementation uses exactly m*log2(m) additions/subtractions.
2) This is a real-valued variation of "dragon" noiselets.
3) This is symmetric and orthogonal. To invert, apply again and divide by m.)
- 2010-10-22 10:51:04下载
- 积分:1
-
49636941newGA-TSP
用遗传算法求解TSP问题的matlab程序(TSP by genetic algorithm matlab program issues)
- 2009-04-26 14:07:55下载
- 积分:1
-
rdzeni_far5
far field modelling of active optical fibre 5 core
- 2011-02-09 04:36:24下载
- 积分:1
-
interpolation-and-fitting-procedures
matlab插值与拟合的程序及讲义。对于数值计算的学习有帮助。(matlab interpolation and fitting procedures and handouts. Numerical study for the help.)
- 2011-04-26 20:37:22下载
- 积分:1
-
yuyinjiazhongFFT
语音信号处理来的预加重随后进行FFT变换,同时呈现结果图。(Speech signal processing preemphasis subsequent FFT, simultaneous presentation of the results in Fig.)
- 2012-09-27 15:07:57下载
- 积分:1
-
pinlv
matlab仿真中用s函数编写的信号频率测定程序(s function matlab simulation using test procedures prepared by the signal frequency)
- 2013-10-17 21:17:56下载
- 积分:1
-
Vornoi-partition
Application of rule d nearest neighbor to build the partition of the Vornoi
- 2015-03-26 23:35:17下载
- 积分: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