-
c5_2
基于实数编码遗传算法的pid整定 样本数为30性能指标j=23.9936(Based on real-coded genetic algorithm tuning of pid number of samples for the 30 performance indicators j = 23.9936)
- 2007-08-15 19:49:01下载
- 积分:1
-
matlab_ART
说明: 代数重建法,MATLAB例程,art,代数重建法,两种经典迭代格式的修正。(Algebraic reconstruction; matlab routine;Art, algebraic reconstruction, modification of two classical iterative schemes.)
- 2020-11-30 21:49:28下载
- 积分:1
-
QAM_AWGN_Fading
antennas program and the radiation patterns also available
- 2009-11-12 00:50:28下载
- 积分:1
-
MATLAB-Books---John-O.-Attia.pdf
MATLAB Books - John O. Attia.pdf.zip
- 2011-11-01 10:48:50下载
- 积分:1
-
CH5src
matlab在通信系统仿真第二版 第五章例题代码(matlab second edition of the communication system simulation code example Chapter)
- 2011-11-15 10:02:03下载
- 积分:1
-
codebe3
zip文件里面包含语音分类的描述器,时域和频域的一共有七个。(the zip doc contains descriptors for audio classificatons、)
- 2014-01-20 18:19:05下载
- 积分:1
-
dengyi
CONSX—这是一个主要子程序,调用其它于程序及输出中间结果 *
!* CHECK—检查所有的点是否满足约束条件,对违背约束的点进行校正 *
!* CENTR—计算中心点 *
!* FUNC —目标函数,由用户提供 *
( PROGRAM COMPLEX
PARAMETER(N=3,M=4,K=6)
DIMENSION X(K,M),R(K,N),F(K),G(M),H(M),XC(N)
INTEGER GAMMA
OPEN(4,FILE= COMPDATA )
READ(4,*)ITMAX,IPRINT,ALPHA,BETA,GAMMA,DELTA
READ(4,*)(X(1,J),J=1,N)
IX=2097151
YFL=0.
DO 100 II=2,K
DO 100 JJ=1,N
CALL RANDU(IX,YFL)
R(II,JJ)=YFL
100 CONTINUE
OPEN(2,FILE= COMPDAT.OUT ,STATUS= UNKNOWN )
WRITE(2,10)
10 FORMAT(//,10X, COMPLEX PROGRAM OF BOX )
WRITE(2,11)N,M,K,ITMAX,IPRINT,ALPHA,BETA,G
)
- 2010-07-25 11:38:36下载
- 积分:1
-
Bai6-Nhapxuat
Maple
Bai 6: Nhap xuat
- 2010-11-28 11:59:40下载
- 积分:1
-
imjph
最小均方误差(MMSE)的算法,包含位置式PID算法、积分分离式PID,是小学期课程设计的题目,仿真效率很高的,用于信号特征提取、信号消噪,大学数值分析算法,处理信号的时频分析,合成孔径雷达(SAR)目标成像仿真。( Minimum mean square error (MMSE) algorithm, It contains positional PID algorithm, integral separate PID, Is the topic of the elementary school stage curriculum design, High simulation efficiency, For feature extraction, signal de-noising, University of numerical analysis algorithms, When processing a signal frequency analysis, Synthetic Aperture Radar (SAR) imaging simulation target.)
- 2016-04-14 15:20:51下载
- 积分:1
-
imgkmeans
将K均值算法用于图像分割,输入的是彩色图像,转换为灰度图像进行分割,输出结果为灰度图像.利用灰度做为特征对每个像素进行聚类,由于光照等原因,有时应该属于一个物体的像素,其灰度值也会有很大的差别,可能导致对该像素的聚类发生错误.在分割结果中,该物体表面会出现一些不同于其它像素的噪声点,因此,算法的最后,对结果进行一次中值滤波,以消除噪声,达到平滑图像的作用(The K means algorithm for image segmentation, the input is a color image, convert to grayscale image segmentation, the output of grayscale images. The use of gray as the characteristics of each pixel clustering, due to light and other reasons, and sometimes should belong to an object pixel, its gray value will also be very different, may lead to clustering of the pixel error has occurred. in the segmentation results, the surface, there would be different from other pixel noise points, so , the algorithm Finally, the results of a median filter to eliminate noise, to the role of smoothing the image)
- 2009-12-08 19:10:15下载
- 积分:1