说明:This is a demo for the metaheuristic algorithm, Novel Bat Algorithm (NBA). Different from the basic Bat Algorithm (BA), the different individuals in N...
说明:1, 自动去除导频,空子载波的simulink模块 2, 接下来是转二进制的模块(集成在解交织解卷积模型里,用一个Interger2Bit实现) 3, 然后是解交织解卷积模型―deconv. 负责解交织和解卷积 4, 再就是解RS解随机化模型―decode_new. 负责解RS解随机化 ...
说明:This package contains functions that implement Principal Component Analysis (PCA) and its lesser known cousin, Independent Component Analysis (ICA). ...
说明:The object of this toolbox is to provide a MATLAB framework for nonlinear filteringin general, and particle filtering in particular. This is done by u...
说明:读取与显示MSTAR数据的Matlab源程序。% This M-file displays either a single MSTAR target chip file or a series of % target chips. The displayed data is read in fro...
说明:#include void main(){ void strchange(char *p,int k) int total(char *q) int n char a[10],*str1 str1=a printf("请输入字符串:") sc...
说明:The histogram equalization process is a simple yet efficient image contrast enhancement technique that generally produces satisfactory results. Howev...
说明:Sim.I.am is a robotics simulator that can be used to learn how to apply controls to mobile robots. The app is a demo of a multi-agent application, w...
说明:求取系统的绝对幅度响应、相对的db值幅度响应、相位响应和群延时响应的函数 % %db为相对振幅(dB) %mag为绝对振幅 %pha为相位响应 %grd为群延时 %w为频率样本点向量 %b为Ha(z)分子多项式系数(对FIR而言,b=h) %a为Hz(z)分母多项式系...