-
Arithmetic
Matlab classic program about Arithmetic
- 2013-12-28 03:54:10下载
- 积分:1
-
WangAIAA08L1
abbout adaptive control
- 2012-01-24 20:12:19下载
- 积分:1
-
Weight
无网格法权函数求解子程序,需要和以上载的第一个程序和用!(without grid power function for subroutines, and the need to contain the above procedures and the use of one!)
- 2007-07-08 10:05:41下载
- 积分:1
-
facerecog
This file is for face recognition
- 2010-08-06 17:01:54下载
- 积分:1
-
TheSimulationofthemodencommunicationsystem
The simulation based on the Matlab Simulink of the moden communication system.
- 2010-08-18 20:01:29下载
- 积分:1
-
adaptiveOFDM
说明: 本程序利用改进的CHOW算法,仿真了自适应OFDM系统的性能,并画出了SNR-BER仿真图。对于学习OFDM自适应资源分配者有很帮助。(This procedure improved CHOW algorithms, simulation of the adaptive OFDM system performance, and draw the SNR-BER simulation Fig. Adaptive OFDM for learning the distribution of resources to help those who have.)
- 2008-11-10 16:20:09下载
- 积分:1
-
P0311
P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理(P0311 : use Butterworth (Butterworth) low-pass filter on the noise in the image smoothing)
- 2006-05-22 20:25:49下载
- 积分:1
-
Nonlinear-Fiber-Optics
基于AGRAWAL, G. P. (2001). Nonlinear Fiber Optics (3rd ed.)中求解分布傅里叶变换解非线性薛定谔方程(Based AGRAWAL, GP (2001). Nonlinear Fiber Optics (3rd ed.) The Fourier transform of the distribution solution for solving the nonlinear Schrodinger equation)
- 2014-10-20 17:48:14下载
- 积分: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
-
ivi_matlab_A86
矢量网络分析仪的驱动程序,可以用matlab调用(Vector network analyzer driver, you can use matlab call)
- 2014-02-16 10:48:36下载
- 积分:1