LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
lasp_siggen_impl.h File Reference
#include "lasp_siggen.h"
#include "lasp_types.h"
Include dependency graph for lasp_siggen_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Noise
 Generate a random signal (noise) More...
 
class  Sine
 Generate a sine wave. More...
 
class  Periodic
 Base class for all periodic signals (that are exactly periodic based on the sampling frequency). Note that the sine wave generator is not exactly periodic as the frequency can be any floating point value. More...
 
class  Sweep
 Sweep signal. More...