libsstvenc
Asynchronous Analogue SSTV encoder
Loading...
Searching...
No Matches
Collaboration diagram for Tone slopes:

Macros

#define SSTVENC_SEQ_SLOPE_NONE   (0)
 
#define SSTVENC_SEQ_SLOPE_RISING   (1)
 
#define SSTVENC_SEQ_SLOPE_FALLING   (2)
 
#define SSTVENC_SEQ_SLOPE_BOTH   (3)
 

Detailed Description

This bitmap decides whether we enable the rising or falling edges of the pulse shaper. Selectively turning these on and off allows us to "join" multiple tones together gapless.

Macro Definition Documentation

◆ SSTVENC_SEQ_SLOPE_BOTH

#define SSTVENC_SEQ_SLOPE_BOTH   (3)

Both slopes, rising and falling

Definition at line 312 of file sequence.h.

◆ SSTVENC_SEQ_SLOPE_FALLING

#define SSTVENC_SEQ_SLOPE_FALLING   (2)

Falling slope only

Definition at line 311 of file sequence.h.

Referenced by sstvenc_sequencer_begin_tone().

◆ SSTVENC_SEQ_SLOPE_NONE

#define SSTVENC_SEQ_SLOPE_NONE   (0)

No slopes, rising or falling

Definition at line 309 of file sequence.h.

◆ SSTVENC_SEQ_SLOPE_RISING

#define SSTVENC_SEQ_SLOPE_RISING   (1)

Rising slope only

Definition at line 310 of file sequence.h.

Referenced by sstvenc_sequencer_begin_tone().