-
X5
matlab编写的局部轨道不平顺,交点型轨道不平顺的(垂向,水平,方向,轨距不平顺)。(matlab prepared local irregularity, intersection type track irregularity (vertical, horizontal, direction, gauge irregularity).)
- 2021-03-16 16:49:21下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
mkabrpt.m
mk突变点分析;
输入:x是数据序列;sy是起始年份或序号(做图的时候会用到)(mk point mutation analysis Input: x is a data sequence sy is the initial year or serial number (do figure it will be used))
- 2013-12-24 02:39:38下载
- 积分:1
-
MATLABGUI
说明: 精通matlab gui-陈垚光的随书光盘,内有各章的源代码(Proficient in matlab gui-Chen Yao Light CD with the book, the chapters within the source code)
- 2010-05-01 14:09:43下载
- 积分:1
-
Matlab-Optimization-tools
基于Matlab软件中的优化算法和优化工具,针对风力机翼型通用型线集成表达式建立了优化数学模型。以风力机翼型的最大升阻比为优化设计目标函数,翼型形状控制方程的系数为设计变量,翼型的厚度和弯度为约束条件,设
计得到了相对厚度为18%的风力机翼型,并对其性能进行了计算分析。研究结果拓宽了风力机叶片翼型的设计思路和设计方法。(Based the Matlab software optimization algorithm and optimization tools for the integrated expression of the general profile of the wind turbine airfoil optimization model. Wind turbine airfoil maximum lift-drag ratio for the optimal design objective function coefficients of the equation of the airfoil shape control as design variables, airfoil thickness and curvature constraints, the design has been the relative thickness of 18 of wind turbine airfoil , and its performance is calculated and analyzed. The findings broaden the wind turbine blade airfoil design ideas and design methods.)
- 2020-12-18 21:39:10下载
- 积分:1
-
Image_Reconstruction_2D_FFT
This matlab code is used to reconstrcute 2D image by 2D_FFT.But we must resample the collected data by 2D interpolation.This method is useful and can be used in the real-time condition.
- 2010-05-14 20:46:55下载
- 积分:1
-
aliasing
show an aliasing in sine wave by L. Braile
- 2013-02-24 16:11:35下载
- 积分:1
-
kfcm
it is a code for kernel-FCM clustering
- 2011-12-04 23:33:47下载
- 积分:1
-
QPSO
量子粒子群算法的matlab仿真程序,中文注释。(Quantum particle swarm algorithm matlab simulation program,)
- 2020-12-24 12:19:05下载
- 积分:1
-
fft2_example
二维傅里叶变换,包括频谱图和振幅图,是学习的好例子
- 2022-07-20 17:20:28下载
- 积分:1