Excitation signal types for modal synthesis.
| Enumerator |
|---|
| IMPULSE | Single-sample Dirac impulse (default)
|
| NOISE_BURST | Short white noise burst.
|
| FILTERED_NOISE | Spectrally-shaped noise burst.
|
| SAMPLE | User-provided excitation waveform.
|
| CONTINUOUS | External node as continuous exciter.
|
Definition at line 80 of file ModalNetwork.hpp.
80 : uint8_t {
86 };
@ IMPULSE
Single-sample Dirac impulse (default)
@ FILTERED_NOISE
Spectrally-shaped noise burst.
@ CONTINUOUS
External node as continuous exciter.
@ NOISE_BURST
Short white noise burst.
@ SAMPLE
User-provided excitation waveform.