You are here: Symbol Reference > FileSignal Namespace > Classes > TSignalWrite Class > TSignalWrite Members
DSP Master VCL
ContentsIndex
TSignalWrite Members Public Methods
Public Methods
 
Name 
Description 
 
Appends Sample to the end of the signal. 
 
Appends a new record to the file with Filename. 
 
Returns the amount of data written so far in bytes.  
 
Close the file with FileName. 
 
Call the CloseRecord once the record has been written. 
 
Copy 
Copies signal Data and sampling frequency information. 
 
Compute the CREST parameter. 
 
Returns true, if the file is open. 
 
Initialize a new record. 
 
If all Inputs[i] are dirty the function returns true. 
 
When called, the method will pass Update requests recursively to all connected objects. 
 
Notifies all connected components that this component has fresh data. 
 
Convert marks to strings. 
 
Find minimum and maximum amplitude and store the result in the MinAmplt and MaxAmplt properties. 
 
The method can be assigned to some other component even handler, as a notification that a parameter has changed and that Self should consider a recalculation. 
 
Peak 
Find the maximum deviation of the signal from its mean value. 
 
Recursively processes all connected components backward and calls Reset method. 
 
Pull 
Request recalculation of the entire chain of all connected components. 
 
Calls Pull until pipeEnd is returned.  
 
Save Data to the current record and advance the file position. 
 
Saves the data connected to the input property to the file with FileName. 
 
Prepare the file with FileName for writing. 
 
Saves a header file describing file contents.  
 
Save Data as a single record to the file. 
 
Size 
Assign the size of the signal from Src. 
 
Request recalculation of the data and place the result in Self. 
 
Call this method only, if SuspendNotifyUpdate is True. 
 
Convert values to strings. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.