-
PlotEye
说明: matlab通信实验仿真,眼图的生成,绘图方法,(communication matlab simulation, the generation of eye diagram, mapping methods,)
- 2009-07-22 17:24:38下载
- 积分:1
-
xiangnong
这是香农编码的实验,里面是用matlab编写的(This is the Shannon coding experiment, which is written in matlab)
- 2010-05-13 19:57:12下载
- 积分:1
-
rdmseed.m
read miniseed seismic data into matlab
- 2015-03-17 01:52:22下载
- 积分:1
-
dwt_svd_mfile
matlab数字水印程序m文件程序,用的是小波变换中的dwt方法,并且把小波变换分成了四个子带,选择的LL子带。svd算法与dwt相结合,加密方法是混沌加密。与我刚才上传的dwt_svd_GUI.rar是一个程序,一个是gui的,一个是m文件。(m digital watermarking matlab program documentation procedures, using a wavelet transform method in the dwt and the wavelet transform is divided into four sub-band, choose the LL sub-band. svd algorithm with a combination of dwt, encryption method is chaotic encryption. I have just uploaded a dwt_svd_GUI.rar procedures, one is the gui, one m file.)
- 2021-04-08 17:19:00下载
- 积分:1
-
MATLAB--forest-fire
matlab林火预测,带风向考虑,参数可自行预测,有可视化函数(matlab forest fire)
- 2014-08-10 23:33:37下载
- 积分:1
-
rar32156
提出了一种利用模糊控制器进行倒立摆控制的方法,建立了倒立摆的数学模型(Proposed a fuzzy controller for inverted pendulum control method, a mathematical model of the inverted pendulum, and computer simulation, simulation results show that the program can be more satisfactory results.)
- 2011-09-20 16:53:56下载
- 积分: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
-
DGGEdivsityindex
计算DGGE图谱各泳道的多样性指数,输入参数x为图谱的泳道的亮度(灰度)矩阵(DGGE profiles calculated the diversity index of each lane, the input parameter x for the map of lane brightness (gray) matrix)
- 2010-07-06 22:02:00下载
- 积分:1
-
trabalho_parte_1
cylinder scattering - harrington book - 5.107
- 2011-06-14 03:51:07下载
- 积分:1
-
HHT-for-complex-analysis-MATLAB
利用HHT希尔伯特黄变换算法分析各种复杂谐波,暂降,中断,简单谐波,简单中断以及间谐波等的MATLAB 处理(HHT Hilbert-Huang Transform for complex harmonics, dips, interruptions, harmonics simple, easy to break and inter-harmonics of MATLAB processing)
- 2020-11-03 12:29:52下载
- 积分:1