From 972e443515bbec90b0f9e6d7cb62b81b6bbdd50e Mon Sep 17 00:00:00 2001 From: hakan-demirli <78746991+hakan-demirli@users.noreply.github.com> Date: Tue, 7 Sep 2021 13:41:11 +0000 Subject: [PATCH] Fixed syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0804b90..2a88c9e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ AA0D000000FFFFBB // reset = 0 ![alt text](https://github.com/hakan-demirli/PID-FPGA/blob/main/14RPS.png?raw=true) * Motor's response to disturbances under PID control: ![alt text](https://github.com/hakan-demirli/PID-FPGA/blob/main/Disturbance.jpg?raw=true) - Sudden up and down jumps that created the white halo effect are not a measurement errors. They are created by a misaligned encoder and motor shaft. If you zoom in on the plot on MATLAB, you can see that it is, in fact, a sinusoidal signal. + Sudden up and down jumps that created the white halo effect are not measurement errors. A misaligned encoder and motor shaft created them. If you zoom in on the plot on MATLAB, you can see that it is, in fact, a sinusoidal signal. # Possible Design Improvements and Current Flaws * Rotatory Encoder creates 500 pulses for every rotation. But, the calculations are done by dividing the pulse count by 512 in order to avoid a separate division circuit. * There is a bug in the multiplication circuit. The numbers are ~0.8% off.