搜索:exponent

找到约 9 项符合「exponent」的查询结果

结果 9
https://www.eeworm.com/dl/665/215460.html matlab例程

计算Detrended Fluctuation Exponent(DFA)指数

计算Detrended Fluctuation Exponent(DFA)指数
下载 176
·
查看 1054
https://www.eeworm.com/dl/665/353824.html matlab例程

这是求一个最大Lyapunov指数(largest Lyapunov exponent)的matlab预案程序代码。

这是求一个最大Lyapunov指数(largest Lyapunov exponent)的matlab预案程序代码。
下载 25
·
查看 1091
https://www.eeworm.com/dl/650/377003.html 人工智能/神经网络

function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent fo

function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if F(U)>0.98 break else w_new=eye(in_n,in_ ...
下载 132
·
查看 1073
https://www.eeworm.com/dl/641/189661.html 数学计算

计算微分方程系统的Lyapunv exponent,在非线性动力学和有关混沌的研究中非常有用。

计算微分方程系统的Lyapunv exponent,在非线性动力学和有关混沌的研究中非常有用。
下载 69
·
查看 1103
https://www.eeworm.com/dl/665/189658.html matlab例程

用斜率的方法来求时间序列的lyapunov exponent,在非线性动力学和时间序列处理中经常用到。很实用的小程序。

用斜率的方法来求时间序列的lyapunov exponent,在非线性动力学和时间序列处理中经常用到。很实用的小程序。
下载 194
·
查看 1318
https://www.eeworm.com/dl/665/449125.html matlab例程

SFLOP simulates a floating point operation x op y where op = +, -, *, /

SFLOP simulates a floating point operation x op y where op = +, -, *, / In chopping or rounding arithmetic using an m digit mantissa, base 10, and an unrestricted exponent range. (sflop: Simulate FLOating Point operation.) For more details ...
下载 160
·
查看 1138
https://www.eeworm.com/dl/663/422125.html VHDL/FPGA/Verilog

本程序是11位带符号位的乘法器

本程序是11位带符号位的乘法器,其中最高位为符号位(sign),中间7位是指数部分(Exponent),最后3位是尾数(Matissa)。表示数据的范围是-2^-63-----+2^64.该工程文件有完整的程序,以及波形,验证正确。
下载 169
·
查看 1185
https://www.eeworm.com/dl/518/204069.html 数值算法/人工智能

Distribution generator Here is a simple generator which can build some distributions with given pro

Distribution generator Here is a simple generator which can build some distributions with given properties. Distributions generator (compile with -lm) Typical use might be: ./distributions -u -m 1 -M 10 -n 100 -s 500 Generates a distribution of 100 uniform random numbers between ...
下载 150
·
查看 1070
https://www.eeworm.com/dl/641/132669.html 数学计算

1. 实现原理: * 任何一个数都可以表示成指数形式

1. 实现原理: * 任何一个数都可以表示成指数形式,如下所示: * * N=nEe (0=<n的绝对值<=1,e为10的指数幂) * * 例如100可以表示成1E2,1001可以表示成1.01E3 * * 类 CBigNumber的成员number为上述的n,exponent为上述的e * * 2. 如何使用这个类: * * 你可以把CBigNumber的头文件和实现函数加入你的工程 ...
下载 104
·
查看 1105