-
Matlab+Wireless+Communications
说明: Matlab环境下的各种无线系统的仿真例程(Matlab environment a variety of wireless systems simulation routines)
- 2008-11-11 18:14:46下载
- 积分:1
-
lylorenz.f90
lylorenz.f90的程序 不少人对此程序算法比较陌生,特传上来供大家分享(lylorenz.f90 program)
- 2011-04-22 09:46:07下载
- 积分:1
-
Controllable-sine-signal-generator
通过MATLAB的SIMULINK模型设计,实现可控正弦信号发生器,并通过DSP BUILDER中的SIGNAL COMPILER转换成QuartusII工程,并实现硬件的下载。(Through the MATLAB SIMULINK model design, realization controllable sine SIGNAL generator, and through the DSP BUILDER of SIGNAL COMPILER converted into QuartusII engineering, and realize the hardware of the download.
)
- 2012-05-19 10:41:28下载
- 积分:1
-
bin2int
a functio that change binary codes to intergers
- 2011-07-01 23:28:50下载
- 积分:1
-
Microsoft-Windows-2008---The-Complete-Reference
Microsoft Windows 2008 - The Complete Reference. Reference manual from the basics.
- 2014-08-08 07:18:39下载
- 积分:1
-
Gear-pitting-Troubleshooting
利用小波变换在汽车变速齿轮点蚀故障诊断的应用(Wavelet transform automotive transmission gears pitting fault diagnosis in the application)
- 2015-01-02 11:04:51下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1
-
pso
粒子群算法解决二进制问题,通过matlab语言进行编程(Binary particle swarm algorithm to solve the problem, through the matlab programming language)
- 2009-11-16 17:11:04下载
- 积分:1
-
K_average
K-均值聚类算法,基本算法代码,算法的目的是使各个样本与所在类均值的误差平方和达到最小。(The purpose of K-means clustering algorithm, the basic algorithm code, the algorithm is to make the class where each sample mean squared error is minimized.)
- 2014-06-09 11:24:36下载
- 积分:1
-
image_process
包含几种用于图像处理的MATLAB程序,分别有图像高通滤波,低通滤波,图像小波融合,图像消模糊,以及图像恢复。都是非常实用的小程序(Contains several MATLAB programs for image processing, images were high-pass filter, low pass filtering, wavelet image fusion, image consumption fuzzy, and image restoration. Are very useful little program)
- 2010-08-02 19:19:07下载
- 积分:1