-
Matlab_RD
该程序能够实现合成孔径雷达中的RD成像算法(The program can be achieved in synthetic aperture radar imaging algorithm RD)
- 2011-06-12 09:36:11下载
- 积分:1
-
imfs
Hilbert-Huang Transformation, IMFs extraction.
- 2012-08-21 23:46:19下载
- 积分:1
-
process-control-sub
Simulate PID for process control using matlab
- 2013-09-22 11:01:20下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
MATLAB
本代码是在matlab平台上对数字进行检测识别(This code is in matlab platform for detection of digital identification)
- 2008-05-23 22:57:56下载
- 积分:1
-
bitcount
it will count the bit
- 2010-03-13 23:53:26下载
- 积分:1
-
Ppcnnnzipu
脉冲耦合神经网络(PCNNN)用matlab的实现
(Matlab implementations of pulse coupled neural network (PCNNN))
- 2012-08-23 21:17:09下载
- 积分:1
-
lisa-vhdl2va
通过modelsim仿真检测matlab生成滤波器效果。(Generate the filter through matlab and simulated by modelsim.)
- 2013-12-12 11:17:18下载
- 积分:1
-
dbwt
matlab程序运行时导入数据文件作为输入参数,验证可用,用于时频分析算法,包括调制,解调,信噪比计算。( Import data files as input parameters matlab program is running, Verification is available, For time-frequency analysis algorithm, Includes the modulation, demodulation, signal to noise ratio calculation.)
- 2016-04-15 10:39:35下载
- 积分:1
-
C3
说明: This code is related to the course Digital Communications. It makes a simple communication system which uses AWGN and QPSK
- 2013-11-10 02:30:58下载
- 积分:1