Throttle: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Throttle flow of samples such that the average rate does not exceed samples_per_sec This should only be used in GUI apps where there is no other rate limiting block. It is no...") |
No edit summary |
||
Line 2: | Line 2: | ||
This should only be used in GUI apps where there is no other rate limiting block. It is not intended nor effective at precisely controlling the rate of samples. That should be controlled by a source or sink tied to sample clock. E.g., a USRP or audio card. | This should only be used in GUI apps where there is no other rate limiting block. It is not intended nor effective at precisely controlling the rate of samples. That should be controlled by a source or sink tied to sample clock. E.g., a USRP or audio card. | ||
Example Flowgraph: | |||
[[File:signal-source-ex.png|600px]] |
Revision as of 05:37, 27 December 2018
Throttle flow of samples such that the average rate does not exceed samples_per_sec
This should only be used in GUI apps where there is no other rate limiting block. It is not intended nor effective at precisely controlling the rate of samples. That should be controlled by a source or sink tied to sample clock. E.g., a USRP or audio card.
Example Flowgraph: