| File
name
|
UtBinSignal.[ch]
|
| Description
|
This
module generates a binned histogram from the EarObject's input signal.
It adds to previous data if the output signal has already been used. It will
continue adding to the previuos data unless the process is resetsee section 0
Accumulating Data with Process Modules.
|
| Example
parameter file format
|
1.0e-3 Bin width for binned signal (s). |
| Test
program directory
|
Tests/Utilities
|
| Syntax
|
BOOLN Process_Utility_BinSignal(EarObjectPtr
data);
|
| Returns
|
TRUE
if the process is successful, otherwise it returns FALSE.
|
| Syntax
|
BOOLN SetBinWidth_Utility_BinSignal(double
theBinWidth);
|
| Returns
|
TRUE
if the function is successful, otherwise it returns FALSE.
|
| Syntax
|
BOOLN SetPars_Utility_BinSignal(double
binWidth);
|
| Returns
|
TRUE
if the function is successful, otherwise it returns FALSE.
|
# Main Parameter file # output1.dat Name of output file. output2.dat Name of output file. # Module specifications. #Par. file Name Description #--------- ----- ------------- PTone2.par PureTone Stimulus generation paradigm. BinSig1.par Bin-signal utility parameter file. # Miscellaneous parameters 4 No. of repeated runs.
Figure [150] Output from the BinSignal utility module. The bin width is set
to the sampling interval.
Output
Figure [151] Output from the BinSignal utility module, with the The bin width is set to twice the sampling interval.