Delay: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(add Example Flowgraph) |
||
Line 12: | Line 12: | ||
== Example Flowgraph == | == Example Flowgraph == | ||
This flowgraph is taken from the [[Guided_Tutorial_PSK_Demodulation|QPSK Modulation / Demodulation]] tutorial. The Delay is used to match the transmit data to the receive data. | |||
[[File:Stage6_grc.png|800px]] | |||
== Source Files == | == Source Files == |
Revision as of 20:29, 31 January 2021
Delay the input by a certain number of samples. Positive delays insert zero items at the beginning of the stream. Negative delays discard items from the stream. You cannot initialize this block with a negative delay, however. That leads to a causality issue with the buffers when they are initialized. If you need to negatively delay one path, then put the positive delay on the other path instead.
Note that users have had issues when delaying by very large numbers.
Parameters
(R): Run-time adjustable
- Delay (R)
- Number of samples/items to delay by
Example Flowgraph
This flowgraph is taken from the QPSK Modulation / Demodulation tutorial. The Delay is used to match the transmit data to the receive data.
Source Files
- C++ files
- [1]
- Header files
- [2]
- Public header files
- [3]
- Block definition
- [4]