Re: Only 0's on the input of the custom block

2022-08-02 Thread Marcus Müller
Hi Bartłomiej, throttle literally just copies input to output, so it can't turn anything into 0s that wasn't zeros before. This much sounds like your own block has a bug, where it doesn't check whether it has enough input or output, or returns (produces) a different number of items than you've

Only 0's on the input of the custom block

2022-08-02 Thread Bartłomiej Sójka
Hello, I'm trying to design custom block that would perform FFT on the incoming signal and do some calculations with FFT values later. The problem is that while using throttle my signal is reduced to all 0's. If it's before the block then the vector with values on the input is reduced to all 0