You are here: Symbol Reference > FileSignal Namespace > Classes > TSignalWrite Class > TSignalWrite Members
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalWrite Members

The following tables list the members exposed by TSignalWrite.

 
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. 
 
Name 
Description 
 
Returns the upper bandwidth edge of the signal. 
 
Returns the lower bandwidth edge of the signal. 
 
Default property to access values of a complex signal. 
 
Dt 
Time between two consecutive samples. 
 
Frequency resolution obtained, if an FFT algorithm would be run on the data. 
 
Number to label the object when it is an item in the List. 
 
Stores the time stamps and amplitude of selected samples. 
 
Stores the maximum amplitude of the signal found by the MinMax method. 
 
MaxX 
Use the MaxX property to store the time stamp (in seconds) of the right most sample. 
 
Stores the minimum amplitude of the signal found by the MinMax method. 
 
MinX 
Use the MinX property to store the time stamp of the left-most sample. 
 
Returns the state of the pipe after the last update. 
 
The length of the signal in seconds. 
 
Set this property to True, to prevent calling OnNotifyUpdate from the Update Method. 
 
Set it to True to indicate, that valid signals will be connected to the Input or Inputs properties. 
 
Default property to access values of a real signal. 
 
Name 
Description 
 
Set active to false to suppress the propagation of the Pull request and the subsequent call to the Update method. 
 
If True, the SaveFile method will set the file cursor at the end of the file. 
 
Holds the string added to the header of the saved wav file. 
 
If True, the file format will be automatically determined from the file name extension. 
 
Return the bandwidth of the signal. 
 
Get or set the number of channels multiplexed in the data property. 
 
Set this property to true, to request computation using complex numbers.  
 
If True, the component will pass on the udpate request to the connected component. 
 
Data 
Stores the result of the processing. 
 
Defines the format of the file, if AutoFileFormat property is False. 
 
Defines the file name to be read from or written to. 
 
may not have default to allow switching of default precision 
 
Set this property to true to lock changes to FloatPrecision property.  
 
Number format definition for text file formats. 
 
Source data to be written to the file.  
 
may not have default to allow switching of default precision 
 
Get or set the length of the signal in samples. 
 
The event is triggered after the call to the Update method. 
 
The event is triggered just before the call to the Update method. 
 
The event is triggered after the OnAfterUpdate event. Use this event to update any associated charts or graphs or result tables. 
 
If the Input property is not assigned, the component will call OnGetInput. 
 
The event is called after a call to InternalUpdate, OnAfterUpdate and OnDisplayUpdate from within the Update method. 
 
The event is triggered when ParamUpdate method is called. The ParamUpdate method is usually called by component editors when a value was changed by the user and the editor was "Live".  
 
Defines the precision with which the Data will be saved.  
 
Read only. Returns the length in samples of the Data written so far in the current record per channel.  
 
Move the file position cursor to the beginging of the record number RecordNumber. 
 
Read only. Returns the length in seconds of the Data written so far in the current record per channel.  
 
Number format definition for text file formats. 
 
Define the rounding mode when saving to integer types. 
 
Defines the sampling frequency of the signal. 
 
Returns the sample count written for all channels. 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!