VHDL Descriptions for the FPGA Implementation of PWL-Function-Based Multi-Scroll Chaotic Oscillators.

Esteban Tlelo-Cuautle1,2, Antonio de Jesus Quintas-Valles1, Luis Gerardo de la Fraga2

  • 1Department of Electronics, INAOE, Tonantzintla, Puebla, Mexico.

Plos One
|December 21, 2016
PubMed
Summary

This study introduces Field-Programmable Gate Arrays (FPGAs) for rapid prototyping of chaos generators. It details Python-based VHDL code for creating multi-scroll chaotic attractors, enabling faster engineering applications.

Related Concept Videos

Oscillations In An LC Circuit01:30

Oscillations In An LC Circuit

An idealized LC circuit of zero resistance can oscillate without any source of emf by shifting the energy stored in the circuit between the electric and magnetic fields. In such an LC circuit, if the capacitor contains a charge q before the switch is closed, then all the energy of the circuit is initially stored in the electric field of the capacitor. This energy is given by
3.3K
Basic Discrete Time Signals01:16

Basic Discrete Time Signals

The unit step sequence is defined as 1 for zero and positive values of the integer n. This sequence can be graphically displayed using a set of eight sample points, showing a step function starting from n=0 and remaining constant thereafter.
The unit impulse or sample sequence is mathematically expressed as zero for all n values except at n=0, where it is one. The unit impulse sequence, denoted by δ(n), is the first difference of the unit step sequence, while the unit step sequence u(n) is the...
780
Linear time-invariant Systems01:23

Linear time-invariant Systems

A system is linear if it displays the characteristics of homogeneity and additivity, together termed the superposition property. This principle is fundamental in all linear systems. Linear time-invariant (LTI) systems include systems with linear elements and constant parameters.
The input-output behavior of an LTI system can be fully defined by its response to an impulsive excitation at its input. Once this impulse response is known, the system's reaction to any other input can be...
1.0K
RLC Circuit as a Damped Oscillator01:30

RLC Circuit as a Damped Oscillator

An RLC circuit combines a resistor, inductor, and capacitor, connected in a series or parallel combination.
Consider a series RLC circuit. Here, the presence of resistance in the circuit leads to energy loss due to joule heating in the resistance. Therefore, the total electromagnetic energy in the circuit is no longer constant and decreases with time. Since the magnitude of charge, current, and potential difference continuously decreases, their oscillations are said to be damped. This is...
2.4K
Forced Oscillations01:06

Forced Oscillations

When an oscillator is forced with a periodic driving force, the motion may seem chaotic. The motions of such oscillators are known as transients. After the transients die out, the oscillator reaches a steady state, where the motion is periodic, and the displacement is determined.
8.1K
Piecewise-Defined Functions01:28

Piecewise-Defined Functions

Piecewise defined functions are mathematical models where different expressions define a function over distinct intervals of the domain. These functions are useful for representing systems with varying behaviors depending on input values.For example, the function:  uses a linear rule for inputs less than or equal to –1 and a quadratic rule for values greater than –1. Although it has two formulas, it still defines a single function.Another common type is the absolute value...
380