Questions tagged [feedback-loop]
24 questions
0
votes
0 answers
How to calculate the integral and derivative term and integral and derivative time in a pid controller?
Declaration:
I have asked same question here, I feel the community is big here, thus asked again. If there is a feature to link the questions, I would do that…

Harsh M
- 625
- 2
- 11
- 25
0
votes
1 answer
threejs pingpong approach for rendering to texture - no errors, nothing rendering to screen
I'm trying to use the pingpong texture swap approach to create some smoke in threejs, following this tutorial which dates back a few years. It uses an older version of threejs, and I can't seem to get it working with the most current version of the…

eliza
- 39
- 2
0
votes
1 answer
Setup a email feedback loop header with PHP for spam complaints (gmail)
I'm planning to send mass emails to gmail addresses via PHP mail function. To track email spam complaints i'm trying to setup a feedback loop with PHP but i'm not receiving any response from gmail. I've set header to PHP mail in the following format…

Vatsh Patel
- 101
- 7
0
votes
1 answer
I am trying to write code in matlab for inner current control loop, my aim is minimizing error, need code verification
I am trying to write following inner current control loop structure in MATLAB. Both these diagrams are inter related and using these diagrams I made a following code, my aim in this code is to minimize id*-id, i am doing this by using ITEA. plz help…

user12318
- 33
- 6
0
votes
1 answer
Bresehham's Line Drawing Algorithm and PID
Does anyone know that if there is a modified version of Bresehham's line algorithm that uses feedback control with PID filters? Basically, the algorithm is just a P-Feedback Control for the error term amplified by half. I looked at the Graphics Gems…

andre_lamothe
- 2,171
- 2
- 41
- 74
0
votes
0 answers
feedback loops - different methods
Im trying to get an understanding of different coding methods to manage feedback loops. There are a variety of languages I can use (js being the most desired)
Essentially, I have multiple threads of data coming in and going out like so:
direction id…

Ke.
- 2,484
- 8
- 40
- 78
0
votes
3 answers
MIME and Processing Feedback Loop Messages
I'm trying to process Feedback Loop (FBL) messages to unsubscribe people that mark an email as spam (yes it's opt-in, and there is a one-click opt-out mechanism).
My first attempt is to use Advanced MIME Parser/Creator/Editor. However, FBL messages…

Eric J.
- 147,927
- 63
- 340
- 553
0
votes
2 answers
Does hotmail use ARF for its feedback loop message?
I am working on a program to parse ARF (Abure Reporting Format) messages. It turns out I need to be able to handle Hotmail feedback loop messages as well.
Does hotmail use ARF for its feedback loop message? If not, which format is it using?
I found…

alexandrekow
- 1,927
- 2
- 22
- 40
-3
votes
1 answer
Feedback loop in Simulink/HDL Coder
I have a system in Simulink/HDL coder (see below image please). I have 3 outputs and 3 inputs. I want my system to run 10 times. After each iteration it should select the outputs and use them as inputs. How I can do that?