telegraphic / pfb_introduction

An interactive introduction to the polyphase filterbank technique for radio astronomy spectrometers
51 stars 16 forks source link

Fixes and improvements to pfb.py #1

Closed adriaanph closed 4 years ago

adriaanph commented 5 years ago

1) pfb_fir_frontend() - fixed summation to give the correct number of time chunks (was short by 1) 2) pfb_filterbank() - trim 'x' to ensure an integer number of windows fit 3) pfb_spectrometer() - added code to normalize the PFB by its processing gain 4) pfb_spectrometer() - replaced duplicated code with a call to pfb_filterbank()

telegraphic commented 4 years ago

Ugh, thanks, and sorry it took me so long to merge this :/