If the point size is a multiple of SSR, then the inputs can be passed as is to the FFT. Otherwise every point size number of samples needs to be padded with zeros to the closest multiple of SSR before giving as input to the FFT. The output data also contains Point size number of valid data samples padded to the closest multiple of SSR.