Lightweight Automatic Picture Transmission (APT) radio signal decoder for NOAA weather satellites
GNU General Public License v3.0
0
stars
0
forks
source link
How would you demodulate an audio frame if it contains less than 11025 samples? #10
Open
pat8901 opened 1 week ago
This issue pertains to the following line of code found in "image.c".
double *intermediate_buffer = am_demodulate(input_buffer, 11025, OFF);
Notes:
Should one pad the empty slots with 0's?