04-01-2011 03:29 PM
It seems the delay on the feedback node can only be hard coded. Is there a dynamic way to set the delay?
04-01-2011 05:24 PM
No there is not. The feedback node allocates room for all the data at compile time, so it must know then how large the delay is.
For a dynamic buffer size, you might search the forums or web for a LabVIEW circular buffer example, of which there should be many.
04-04-2011 01:41 PM
I am actually already using a circular buffer. I developed that before I knew about the delayed feedback node. I wanted to do a performance comparison between the two but I need it to be dynamic either way.