Resistance Tracking Control of Memristors Based on Iterative Learning

Wei Cao1, Jinjie Qiao2

  • 1College of Computer and Control Engineering, Qiqihar University, Qiqihar 161006, China.

PubMed
Summary

This study introduces an iterative learning control method for memristors, enabling precise resistance tracking. The algorithm ensures memristor resistance accurately follows desired trajectories, crucial for future applications.

Related Concept Videos

Design Example: Frog Muscle Response01:14

Design Example: Frog Muscle Response

A student is tasked to work on an intriguing experiment involving an RL (Resistor-Inductor) circuit to study the muscle response of a frog's leg to electrical stimulation. The RL circuit plays a crucial role in this experiment, providing the means to control and measure the electrical impulses that trigger muscle contraction.
When the switch connecting the RL circuit is closed, a brief muscle contraction is observed. This is because, at a steady state, the inductor acts like a short...
265
PI Controller: Design01:24

PI Controller: Design

Proportional Integral (PI) controllers are a fundamental component in modern control systems, widely used to enhance performance and mitigate steady-state errors. They are particularly effective in applications such as automatic brightness adjustment on smartphones, where they excel at mitigating steady-state errors for step-function inputs. Unlike PD controllers, which require time-varying errors to function optimally, PI controllers leverage their integral component to address residual...
366
PD Controller: Design01:26

PD Controller: Design

In automotive engineering, car suspension systems often employ Proportional Derivative (PD) controllers to enhance performance. PD controllers are utilized to adjust the damping force in response to road conditions. A controller, acting as an amplifier with a constant gain, demonstrates proportional control, with output directly mirroring input.
Designing a continuous-data controller requires selecting and linking components like adders and integrators, which are fundamental in Proportional,...
293
RLC Series Circuits01:30

RLC Series Circuits

An RLC series circuit comprises an inductor, a resistor, and a charged capacitor connected in series. When the circuit is closed, the capacitor begins to discharge through the resistor and inductor by transferring energy from the electric field to the magnetic field. Here, the resistor connected to the circuit causes energy losses; therefore, on the complete discharge of the capacitor, the magnetic field energy acquired by the inductor is less than the original electric field energy of the...
3.0K
Time-Domain Interpretation of PD Control01:07

Time-Domain Interpretation of PD Control

Proportional-Derivative (PD) control is a widely used control method in various engineering systems to enhance stability and performance. In a system with only proportional control, common issues include high maximum overshoot and oscillation, observed in both the error signal and its rate of change. This behavior can be divided into three distinct phases: initial overshoot, subsequent undershoot, and gradual stabilization.
Consider the example of control of motor torque. Initially, a positive...
148
Open and closed-loop control systems01:17

Open and closed-loop control systems

Control systems are foundational elements in automation and engineering. They are broadly categorized into open-loop and closed-loop systems. These classifications hinge on the presence or absence of feedback mechanisms, significantly influencing the system's performance, complexity, and application.
An open-loop control system operates without feedback from the output. It consists of two primary elements: the controller and the controlled process. The controller receives an input signal...
835