libsstvenc
Asynchronous Analogue SSTV encoder
Loading...
Searching...
No Matches
sstvmod.c File Reference
Include dependency graph for sstvmod.c:

Go to the source code of this file.

Functions

void sstvenc_modulator_init (struct sstvenc_mod *const mod, const struct sstvenc_mode *mode, const char *fsk_id, const uint8_t *framebuffer, double rise_time, double fall_time, uint32_t sample_rate, uint8_t time_unit)
 
static void sstvenc_modulator_next_rise_sample (struct sstvenc_mod *const mod)
 
static void sstvenc_modulator_next_tone (struct sstvenc_mod *const mod)
 
static void sstvenc_modulator_next_hold_sample (struct sstvenc_mod *const mod)
 
static void sstvenc_modulator_next_fall_sample (struct sstvenc_mod *const mod)
 
void sstvenc_modulator_compute (struct sstvenc_mod *const mod)
 
size_t sstvenc_modulator_fill_buffer (struct sstvenc_mod *const mod, double *buffer, size_t buffer_sz)