The signal store and IO.
More...
#include <Signal.h>
◆ Signal() [1/2]
Signal::Signal |
( |
long | size | ) |
|
Instantiate a signal object of given size
- Parameters
-
size | Number of signal definition points |
◆ Signal() [2/2]
Signal::Signal |
( |
long | size, |
|
|
int | compartments ) |
Instantiate a signal object of given size
- Parameters
-
size | Number of signal definition points |
compartments | Number of signal compartments |
◆ GetSize()
const long Signal::GetSize |
( |
| ) |
|
|
inline |
Get the number of samples of the data
- Returns
- Number of the samples.
◆ InitRandGenerator()
void Signal::InitRandGenerator |
( |
int | val = 1 | ) |
|
|
inline |
Initialize the random number generator
- Parameters
-
val | Any integer (default 1) |
◆ Noise()
Initialize the random number generator
- Parameters
-
val | Any integer (default 1) |
◆ ReadFrom()
void Signal::ReadFrom |
( |
char * | fname | ) |
|
Read in binary data from file
- Parameters
-
◆ Repo()
Access repository
- Returns
- Number of the samples.
The documentation for this class was generated from the following files:
- /Users/stoeckert/DZNE/workspace/jemris/src/Signal.h
- /Users/stoeckert/DZNE/workspace/jemris/src/Signal.cpp