-
Matlab
在设计数字滤波器时,通常采用MATLAB来进行辅助设计和仿真,介绍具体的设计方法(In the design of digital filters, it is usually carried out using MATLAB-aided design and simulation, introduction of specific design methods)
- 2007-09-04 11:18:19下载
- 积分:1
-
SegmentImage
image segmentation,very good
- 2013-02-11 16:24:49下载
- 积分: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
-
Gauss-Sedeil
次程序是用MATLAB语言编写的高斯赛德尔迭代法,可用于求解线性微分方程组。(Second procedure is used MATLAB language high Sisaideer iterative method can be used to solve linear differential equations.)
- 2013-11-23 21:16:30下载
- 积分:1
-
38388___introduction_to_simulink_with_engineering
Introduction to Simulink with Engineering Applications.
- 2013-12-02 01:53:26下载
- 积分:1
-
undistort
对于利用MATLAB标定工具箱得出相机标定参数后,此函数可利用标定得出的结果,对图像进行畸变矫正,输出矫正好的图像。(Calibration Toolbox for use MATLAB camera calibration parameters obtained, this function can be calibrated using the results obtained, the image distortion correction, output correction a good image.)
- 2015-08-11 13:50:52下载
- 积分:1
-
computer_projects
说明: 最全的自适应滤波算法的实验仿真程序,包括LMS,RLS,APA等基本算法的仿真与原书对应(The most complete adaptive filtering algorithm simulation program, including LMS, RLS, APA and other basic algorithm simulation and the original book)
- 2020-11-27 09:26:05下载
- 积分:1
-
好用的遗传算法的车间调度算法(修改)
语音信号的采集与处理,数字信号处理课设,供做算法研究人员参考,旋转机械二维全息谱计算,可直接计算得到多重分形谱,分析了该信号的时域、频域、倒谱,循环谱等,BP神经网络的整个训练过程。
- 2022-02-03 09:22:30下载
- 积分:1
-
用于QPSK的误码率与信噪比的概率三接收天线,
一种Matlab代码,用于生成三个接收天线的QPSK误码率与信噪比的关系图,以及三种不同的组合方法:MRC、等增益组合和选择组合。你应该用蒙特卡罗模拟生成图。此图中的信噪比应为单天线平均信噪比,范围应为-5 dB至15 dB。
- 2022-03-21 21:37:02下载
- 积分:1
-
fourier
numerical computing with the help of matlab
- 2009-03-21 16:45:28下载
- 积分:1