-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# ChaoticMessages.jl | ||
# ChaoticMessages.jl | ||
|
||
## Introduction | ||
The package `ChaoticMessages.jl` simulates synchronized chaotic dynamical systems using DifferentialEquations.jl to illustrate how secret messages can be sent using chaos. In particular, the secret messages are embedded into the trajectory of the chaotic dynamical system and synchronization is used to reproduce the secret messages. Binary messages can be sent secretly using parameter modulation. This package is largely based off of the work done in "Circuit implementation of synchronized chaos with applications to communications" by Kevin Cuomo and Alan Oppenheim. | ||
|
||
## Documentation | ||
Documentation can be found at [https://ph-kev.github.io/ChaoticMessages.jl/](https://ph-kev.github.io/ChaoticMessages.jl/). | ||
|
||
## References | ||
[1] Kevin M. Cuomo and Alan V. Oppenheim. “Circuit implementation of synchronized chaos with applications to communications”. In: Phys. Rev. Lett. 71 (1 July 1993), pp. 65–68. doi:10.1103/PhysRevLett.71.65. url: https://link.aps.org/doi/10.1103/PhysRevLett.71.65. |