-
matlab_intro
matlab入门培训教材,包括基本学习方法和基础知识的介绍(matlab Training course)
- 2012-04-04 14:10:57下载
- 积分:1
-
RD_code
First run add_path.m,
and then run the demos in the file Demo .
This is newest active contour code for re-initialization scheme
You can also test your own images. The tested functions are in the file TEST , you can run the GAC model and CV model implemented by our RD method. The tested images should be placed in the file image .
- 2014-08-12 00:35:27下载
- 积分:1
-
PMSM_PI
永磁同步电机滑膜控制,可运行。效果不错,欢迎下载。(PMSM control synovium, can run. Well, welcome to download.)
- 2017-04-19 09:11:16下载
- 积分:1
-
ImageprocessingwithMATLAB6.5
关于用MATLAB6.5进行图像处理的书籍,适合初学者,内有代码(Image processing with MATLAB6.5 on the books, for beginners, there are code)
- 2010-10-29 15:13:21下载
- 积分:1
-
saomiao
对图像从上到小进行扫描,稍微修改下,也可以左右扫描(The image is scanned from top to small, slightly modified, they can scan around)
- 2009-11-27 21:45:41下载
- 积分:1
-
OKUMURA
mobility and that can readily coexist with HSPA and earlier networks. OFDM/OFDMA technology is introduced for the LTE downlink, supporting very high data rates of up to 300Mbps while Single-Carrier FDMA (SC-FDMA) is used in the uplink with data rates of 80Mbps possible. Additionally, LTE supports operation both in paired and unpaired spectrum (FDD and TDD) using channel bandwidths of approximately 1.4MHz up to 20MHz. The frequency domain scheduling can be done in OFDMA. One of the main challenges in OFDMA is the high peak-to-average radio of the transmitted signal, which requires linearity in the transmitter. The linear amplifiers have low efficiency therefore, OFDMA is not an optimized solution for a mobile uplink where the
- 2013-01-01 13:31:42下载
- 积分:1
-
myfngs
matlab仿真出光栅函数的菲涅尔衍射,其中有四副图,原图,二维衍射图样,函数图象和三维衍射图样(matlab simulation of the Fresnel diffraction grating function, including four plans, artwork, two-dimensional diffraction patterns, functions, images and three-dimensional diffraction pattern)
- 2011-05-15 16:44:05下载
- 积分:1
-
machine-learning-courses_stanford
斯坦福大学Andrew Ng讲授的机器学习课程的全程讲义及录音对应的文字资料,对许多常用机器学习算法有着深入系统的讲解。(The notes of Machine learning courses in Stanford University。)
- 2011-10-06 22:47:40下载
- 积分: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
-
lizigang_正常计算
MATLAB编写的ode45求解转子系统动力学程序,可用于计算响应和临界转速,程序正常可运行,主程序和函数放在同一个txt文件中。(Ode45 program written in MATLAB for solving rotor system dynamics can be used to calculate response and critical speed. The program can run normally. The main program and function are in the same TXT file.)
- 2019-07-20 14:45:43下载
- 积分:1