Altera_Forum
Honored Contributor
16 years agoUPSAMPLING BLOCK Problem
Hi guys,
has anyone experiences with the DSP Builder "UPSAMPLING BLOCK" ??? I want to use it but there is one big Problem: The Up Sampling block increases the output sample rate from the input sample rate. The output data is sampled every N cycles where N is equal to the up sampling rate. The output holds this value for 1 cycle, then for the next n-1 cycles the output is zero.Compared to the DOWNSAMPLING BLOCK: The Down Sampling block decreases the output sample rate from the input sample rate. The output data is sampled at every N-th cycle where N is the down sampling rate. The output data is then held constant for the next n input cycles.
In my design I have to use this Up Sampling block but with the option to hold the output data constant. Does anyone know how to solve this problem or how to built a selfmade Up Sampling block, please help. T-4444