-
spwminvetewewer
SPWM technique for Three Phase Inverter
- 2010-11-11 21:21:07下载
- 积分:1
-
adacode
matlab codes for RLS Algorithm Demo
- 2010-12-25 17:31:36下载
- 积分:1
-
matlab
matlab调用sap2000计算分析代码示例(matlab call sap2000 computational analysis code examples)
- 2020-06-26 16:20:01下载
- 积分:1
-
rootfind
计算方法 大学 求根 牛顿求根公式D:matlab
mm
ootfind.rar(calculation Newton University Root Root Formula D : Matlab nmm rootfind.rar)
- 2006-09-06 19:04:39下载
- 积分:1
-
ants_arithgom
aoc.m 是用matlab实现蚁群算法ants_information.m蚁群算法中信息素的构建
mcl是马尔科夫聚类算法
nmf是矩阵的非负分解
Generative Topographic Mapping工具包(aoc.m is matlab implementation of ant colony algorithm ants_information.m pheromone ant colony algorithm is a Markov clustering algorithm to build mcl is nmf non-negative matrix decomposition of Generative Topographic Mapping Toolkit)
- 2010-03-13 14:44:41下载
- 积分:1
-
zxfj_frame
分解结构振动模态,识别模态参数,将多自由度振动分解为若干单自由度振动的叠加(structural mode decomposition)
- 2020-10-17 12:27:27下载
- 积分:1
-
GPS-cycle-slip-processing
GPS L1,L2双拼周跳探测与修复,包含几种常用的实时探测算法,附有GUI界面(A MATLAB software package for GPS cycle-slip processing is presented in this paper.
It realizes cycle-slip detection and repair in the measurement domain for GPS L1 and L2 signals.
The software implements several classic approaches oriented to real-time processing.
With the graphic user interface, the user can configure the raw data, set algorithm-related parameters,
add synthetic cycle-slips, and view the detection results in both text and illustrated forms. )
- 2020-07-01 16:20:02下载
- 积分:1
-
filtfilt
C++ version (OpenCV) of the Matlab built-in function filtfilt.m.
- 2010-08-13 18:19:25下载
- 积分:1
-
gaojieqiyizhi
通过比较奇异谱图和高阶奇异谱图得出结论:高阶奇异谱分析能够更好的二次确定嵌入维数。最后根据Takens嵌入定理进行相空间的重构。(By comparing the spectra of singular spectrum and higher-order singular conclusion: High singular spectrum analysis to better determine the embedding dimension of the secondary. Finally, according to Takens embedding theorem for phase space reconstruction.)
- 2013-07-22 21:11:19下载
- 积分:1
-
ieee754_32
Converts a floating point value to IEEE 754 32 bit binary representation.
Sign Bit: 1
Exp: 2 to 9
Frac: 10:32
Single-precision floating-point format is a computer number format that occupies 4 bytes (32 bits) in computer memory and represents a wide dynamic range of values by using a floating point. In IEEE 754-2008 the 32-bit base 2 format is officially referred to as binary32. It was called single in IEEE 754-1985. In older computers, other floating-point formats of 4 bytes were used.
For example, the 32-bit floating point bit pattern 1 01111101 00101100000000000000000 is interpreted as the following:
(− 1)1 × (1 + 0.34375) × 2(125–127) = -1.34375× 2− 2 = -0.3359375
- 2013-09-07 22:20:32下载
- 积分:1