Questions tagged [feedback-loop]

24 questions
9
votes
1 answer

Feedback Loop implementation in CI/CD pipeline using Jenkins and kubernetes

Currently I am trying to implement CI/CD pipeline using the DevOps automation tools like Jenkins and kubernetes. And I am using these for deploying my micro services creates using spring boot and maven projects. Now I am successfully deployed my…
Mr.DevEng
  • 2,651
  • 14
  • 57
  • 115
7
votes
3 answers

In C#, what is a good way to improve unit test feedback loop?

When working on larger projects, it can take at least 10 seconds to compile and start the unit test framework. Are there effective ways to reduce the feedback loop time? I intend to make just small changes in one unit test class and one other class…
BenMaddox
  • 1,780
  • 3
  • 18
  • 30
4
votes
1 answer

OpenGL Reading from a texture unit currently bound to a framebuffer

I've encountered an issue trying to read data from a texture unit currently attached to the draw framebuffer. The errors are removed as long as i use a glTextureBarrier between the draw calls. However I'm trying to eliminate draw calls so this is an…
Jens
  • 113
  • 1
  • 10
4
votes
0 answers

Handling Amazon SES Complaint Notifications with "not-spam" Complaint Feedback Type

Background I'm looking for some clarity when processing feedback notifications from Amazon SES. Very specifically in the following scenario: The "notificationType" is "Complaint" The complaint has a feedback report attached. The…
dej
  • 73
  • 5
3
votes
1 answer

Build a server for client/server side bidirectional communication feedback system in Java?

Scenario: User logs in on the client software which forms a persistent bidirectional connection with the serverside entity (server) which would process user specified tasks. When the serverside entity, while processing user's task, encounters an…
KJW
  • 15,035
  • 47
  • 137
  • 243
3
votes
2 answers

Resolving problems with Algebraic Loops in SIMULINK models

MY PROBLEM I have a SIMULINK model that has got a feeback loop aka Algebraic Loops that is causing error in the simulation. My original solver configuration was Fixed-Step with Dormand-Prince (Order 5). I also tried Fixed-Step with Order 3…
ha9u63a7
  • 6,233
  • 16
  • 73
  • 108
2
votes
2 answers

Anticipating possible circular-reference situation in upcoming .Net project idea... anything to watch out for?

So I've got this data access layer, and I also want to log to the database. In the spirit of eating my own dog food, I want to use my data access layer to do the logging. However, I also want to log the data access itself. Like…
Chris McCall
  • 10,317
  • 8
  • 49
  • 80
2
votes
0 answers

Eliminating feedback in Java Sound?

I have completed a Java program that is for video-conferencing. It reads and writes from the mic/speaker of a network camera that includes two-way audio. This network camera does not have feedback reduction built in, so I must do it myself. I can…
700 Software
  • 85,281
  • 83
  • 234
  • 341
1
vote
1 answer

Metal feedback loop artifacts

Hi am trying to create some feedback loops in metal for an app I am working on. However I am getting some strange artifacts. I suspect this is due to something in my pipeline, or with how I am sampling the previous frame. In the code there are extra…
1
vote
1 answer

How to make a stable feedback controller which can only generate intermittent impulses?

I have a kuka iiwa (7 joint robot arm). Attached to it is a circular aluminum platter with a steel ball on it. The goal of the project (for giggles/ challenge) was to use the internal torque sensors of the robot in order to balance the ball in the…
1
vote
1 answer

Python feedback loop in order to obtain a specific amount of points in a range about a median

I have a list x of number values. To begin, I specify a range. I want to grab values from x that lie within this range. The range of values would be ±R from the median of x. I want to adjust R to obtain a specific amount of values N. The only way I…
Samuel
  • 157
  • 6
  • 22
1
vote
2 answers

How to implement feedback loop for PLL in Matlab?

I am trying to implement PLL demodulator for FM signal in Matlab, without using Simulink. (FM Signal) >----Multiply---Loop Filter------> (Demodulated signal) | | ^ V …
Oguzhan Ozel
  • 1,144
  • 11
  • 14
1
vote
2 answers

How to implement a feedback loop in Matlab?

Consider a block scheme where there is a feedback path and the feedback signal is filtered by some kind of filter. How can I implement this in Matlab (not Simulink)? My doubt is particularly about the filter: what interval of the signal should I…
roschach
  • 8,390
  • 14
  • 74
  • 124
1
vote
1 answer

Resizing canvas and webGL textures

I want to resize my window and have my canvas and everything in it stretch to fill as the window expands/contracts. This is a little tricky because in my webgl code I'm creating a feedback loop between a daisy chain of framebuffers and fragment…
aferriss
  • 914
  • 9
  • 20
1
vote
0 answers

How to simulate block diagram based (Simulink-like) time-domain models?

I have been wondering this for some time now and was curious about the most logical implementation for simulating block diagram based time-domain models. I don't know if that term is correct, but if you know Simulink you know what I mean. There…
avanwieringen
  • 2,404
  • 3
  • 21
  • 28
1
2