BLOCKDEC - Frame-based block data decimator. Takes <BLOCKSIZE> elements from input <NKEEP> times, then throws away <NSKIP> blocks. All decimation is done using the dataflow engine, so no unnecessary data moves are performed.<I:INPUT> <O:OUTPUT> <N:BLOCKSIZE> - block size in elements <N:NKEEP> <N:NSKIP>
Switches: /EXACT - allow fractional <N:BLOCKSIZE> /CHKPIPE - do not block input on clogged output pipe /QUIET - do not warn when input blocks are dropped due to /CHKPIPE /FRMSZ= - name of result to contain calculated integer block size
Control widgets: 1. L:KEEP 2. L:SKIP
Go to Top