scripts.c File Reference
Go to the source code of this file.
Define Documentation
| #define CT_NOISEAMP "Chan %d noise ampl" |
| #define CT_SINAMP "Chan %d sine ampl" |
| #define CT_SINFREQ "Chan %d sine freq" |
| #define ENV_RESET "Reset envelopes" |
| #define FILT_RESET "Reset filters" |
| #define max |
( |
x, |
|
|
y |
|
) |
(((x) > (y)) ? (x) : (y)) |
| #define min |
( |
x, |
|
|
y |
|
) |
(((x) < (y)) ? (x) : (y)) |
SCRIPTS.C ---- a few signal processing scripts
Definition at line 20 of file scripts.c.
| #define sqr |
( |
x |
|
) |
((x) * (x)) |
Function Documentation
| void abs_phase_script |
( |
void |
|
) |
|
| void datagen_script |
( |
void |
|
) |
|
| void dbsetup_script |
( |
void |
|
) |
|
| void envelope_script |
( |
void |
|
) |
|
| void guisetup_script |
( |
void |
|
) |
|
| static int ilog2 |
( |
int |
value |
) |
[static] |
| void lpfilter_script |
( |
void |
|
) |
|
| void plotter_script |
( |
void |
|
) |
|
| void real2complex_script |
( |
void |
|
) |
|
| void splitter_script |
( |
void |
|
) |
|