LOGISTIC

共 47 篇文章
LOGISTIC 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 47 篇文章,持续更新中。

实现logistic混沌功能 实现logistic混沌功能 实现logistic混沌功能 实现logistic混沌功能

实现logistic混沌功能 实现logistic混沌功能 实现logistic混沌功能 实现logistic混沌功能

针对Logistic映射

针对Logistic映射,实现数字图像迭代混沌加密算法

这是《Logistic 回归模型---方法与应用 》作者:王济川 郭志刚的书中有关的数据

这是《Logistic 回归模型---方法与应用 》作者:王济川 郭志刚的书中有关的数据

这本书是《Logistic 回归模型---方法与应用 》作者:王济川 郭志刚

这本书是《Logistic 回归模型---方法与应用 》作者:王济川 郭志刚,这是一本关于Logistic 回归的经典书籍 另外还上传了数据

关于Logistic回归统计算法的matlab实现

关于Logistic回归统计算法的matlab实现,内容包括建模、输出变量预测和预测误差分析。数据来自UCI数据库中的Ionosphere database,有351个统计实例,输出变量是二分类变量,代表电波从电离层反射的好坏情况,共有32个特征值。(压缩包中包含已经处理好的数据)

几种常见混沌时间序列matlab实现 1)chua flow 2)duffing flow 3)Rossler flow 4)Lorenz flow 5)ikeda flow 6)Mack

几种常见混沌时间序列matlab实现 1)chua flow 2)duffing flow 3)Rossler flow 4)Lorenz flow 5)ikeda flow 6)Mackey_Glass flow 7)logistic map 8)henon map 9)Quadratic map(二次图) 也欢迎大家提供更多的混沌方程或映射的经典matlab实现。

计算logistic映射李雅普诺夫指数的matlab程序

计算logistic映射李雅普诺夫指数的matlab程序

Logistic混沌随机序列的MATLAB产生源程序

Logistic混沌随机序列的MATLAB产生源程序

这是一个混沌理论中重要的Logistic映射的程序。通过曲线很容易看到奇妙的混沌现象

这是一个混沌理论中重要的Logistic映射的程序。通过曲线很容易看到奇妙的混沌现象

混沌时间序列分析与预测工具箱 Version2.9

1、该工具箱包括了混沌时间序列分析与预测的常用方法,有: (1)产生混沌时间序列(chaotic time series) Logistic映射 - \ChaosAttractors\Main_Logistic.m Henon映射 - \ChaosAttractors\Main_Henon.m Lorenz吸引子 - \ChaosAttractors\Main_Lorenz.m Duffing吸引

利用混沌影射的方法设计了一种多随机性的文件加密算法.分析了数据加密和Logistic混沌映射 的原理

利用混沌影射的方法设计了一种多随机性的文件加密算法.分析了数据加密和Logistic混沌映射 的原理,提出了基于混沌方法的多随机性文件加密算法,采用VB完成了文件加密软件的设计.软件测试表 明:该加密算法的混沌特性和多随机特性增加了解密的难度,提高了加密数据的安全性,实现了密钥的随机 生成和加密算法的随机调用,使得加密后的文件更加安全.

The BNL toolbox is a set of Matlab functions for defining and estimating the parameters of a Bayesi

The BNL toolbox is a set of Matlab functions for defining and estimating the parameters of a Bayesian network for discrete variables in which the conditional probability tables are specified by logi

为保证网络信息传输的安全性,提出一种视频图像加密方法。该方法引入混沌系统中的Logistic映射和 Baker映射,结合H·264视频压缩编码特点,利用Baker映射对DCT (Discrete C

为保证网络信息传输的安全性,提出一种视频图像加密方法。该方法引入混沌系统中的Logistic映射和 Baker映射,结合H·264视频压缩编码特点,利用Baker映射对DCT (Discrete Cosine Transform)变换量化后 的块进行位置置乱,

程序为用加权一阶局域预测法对Logistic影射进行预测:)

程序为用加权一阶局域预测法对Logistic影射进行预测:)

求解logistic映射的李雅普诺夫指数

求解logistic映射的李雅普诺夫指数,来判断该序列是否为混沌

产生Logistic混沌时间序列的matlab程序

产生Logistic混沌时间序列的matlab程序

Implementation to linear, quadratic and logistic discriminant analysis, for examples

Implementation to linear, quadratic and logistic discriminant analysis, for examples

NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vect

NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation funct

采用logistic构造的混沌模型

采用logistic构造的混沌模型,可以产生混沌序列,简单修改参数后可以产生任意区间的混沌序列程序

Implements mixture of binary (logistic) PCAs where pixels are modeled using Bernoulli distributions

Implements mixture of binary (logistic) PCAs where pixels are modeled using Bernoulli distributions instead of Gaussian. The images do not need to be aligned.