-
200551810203
colormap in matlab using histogram for colors
- 2009-04-04 18:28:03下载
- 积分:1
-
identification
使用FFT变换在频域对宽带扩频信号中的正弦干扰信号进行识别和抑制,其中扩频信号由1024点的伪随机序列表示(FFT transform the use of broadband in the frequency domain spread spectrum signal of sinusoidal interference signal identification and suppression, in which spread spectrum signal points from 1024 pseudo-random sequence that)
- 2009-07-04 10:01:31下载
- 积分:1
-
csmaca
基于matlab的一个无线通行系统(Wireless)的csma仿真(Based on the matlab a Wireless traffic system (Wireless)carrier sense multiple access simulation)
- 2012-05-06 10:49:03下载
- 积分:1
-
planar-array-music
利用9元平面线阵对空间4个声源进行定位,信噪比为10db,music 算法,谱峰较尖锐(9 elements planar array to localize 4 signal DOAs, MUSIC method ,snr is 10db, well spectral peak )
- 2012-08-14 11:34: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
-
IEEE30
IEEE30节点测试系统matlab M文件,包含各节点信息。。。。(The IEEE30 nodes test system M-file)
- 2021-04-26 16:08:45下载
- 积分:1
-
Givensr
this source code is very good
- 2013-08-16 01:26:37下载
- 积分:1
-
mmpc
多输入多输出(SISO)的动态矩阵控制(DMC)程序,结果显示可以快速跟踪设定值。(Dynamic Matrix Control (DMC) multi-input multi-output (SISO) program, and the results can fast-track settings.)
- 2013-03-15 14:13:38下载
- 积分:1
-
DZ069
同步电机模型的MATLAB仿真,全篇论文,包括相关仿真。(MATLAB simulation of synchronous machine model, this thesis, including the related simulation.)
- 2015-04-05 15:41:58下载
- 积分:1
-
nlpf
This simple Matlab function simulates a innovative algorithm for narrow band interference mitigation for wireless communications, esp for satellite comm. The algorithm looks similar to LMS, but error is non-linearly transformed.
It works well and a hardware demonstration was successfully fulfilled on Altera FPGA development platform.
More details on algorithm refers to "Nonlinear Techniques for Interference Suppression in Spread Spectrum Systems" by R. Vijayan.
- 2010-11-09 03:19:19下载
- 积分:1