Dew Signal for .NET
|
The following tables list the members exposed by TSignalRead.
|
Name |
Description |
![]() |
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". | |
![]() |
Event triggered when Process command is selected from the drop-down menu in the component editor. | |
![]() |
Triggered after RecordPosition changes. |
|
Name |
Description |
![]() |
This is AllowStreaming, a member of class TSignal. | |
![]() ![]() |
Appends Sample to the end of the signal. | |
![]() |
This is Assign, a member of class TAnalysis. | |
![]() |
Close file. | |
![]() |
Copies signal Data and sampling frequency information. | |
![]() |
Compute the CREST parameter. | |
![]() |
This is Destroy, a member of class TSignalRead. | |
![]() |
This is DetectChannelCount, a member of class TSignalRead. | |
![]() |
This is EditorClass, a member of class TSignalRead. | |
![]() |
Returns true, if the file is open. | |
![]() |
Returns the size of the file in bytes. | |
![]() |
Sets the record position to the start of the current record and reads the data. | |
![]() |
Returns the description of the file format. | |
![]() |
Returns the name of the file format. | |
![]() |
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. | |
![]() |
Returns true, if the current frame is the last frame. | |
![]() |
Sets the record position to the start of the last frame of the current record and reads the data. | |
![]() |
Reads the header file for raw file formats. | |
![]() ![]() |
Convert marks to strings. | |
![]() | ||
![]() |
Advances the record position forward in the current record and reads the data. | |
![]() ![]() |
Open file. | |
![]() |
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. | |
![]() |
Find the maximum deviation of the signal from its mean value. | |
![]() ![]() |
Recursively processes all connected components backward and calls Reset method. | |
![]() |
Moves the record position backward in the current record and reads the data. | |
![]() ![]() |
Request recalculation of the entire chain of all connected components. | |
![]() ![]() |
Calls Pull until pipeEnd is returned. | |
![]() |
Checks if the file format is raw. | |
![]() |
This is Reset, a member of class TAnalysis. | |
![]() |
Returnes the number of samples left to the end of the file per channel. | |
![]() |
Saves a header file describing file contents. | |
![]() |
Assign the size of the signal from Src. | |
![]() |
Default property to access values of a real signal. | |
![]() |
This is the overview for the TSignal constructor overload. | |
![]() |
This is the overview for the TSignalRead constructor overload. | |
![]() ![]() |
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 |
![]() | ||
![]() |
If True, the file format will be automatically determined from the file name extension. | |
![]() ![]() |
Return the bandwidth of the signal. | |
![]() ![]() |
Returns the upper bandwidth edge of the signal. | |
![]() |
Returns the lower bandwidth edge 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. | |
![]() |
Stores the result of the processing. | |
![]() |
Time between two consecutive samples. | |
![]() |
Defines the format of the file, if AutoFileFormat property is False. | |
![]() |
Defines the file name to be read from or written to. | |
![]() |
Set this property to request computation in 32bit/64bit precision with real/complex numbers. | |
![]() |
Set this property to true to lock changes to FloatPrecision property. | |
![]() |
Warn about compressed files varying Length read. | |
![]() |
Set FrameNumber to position the read cursor within the current record. | |
![]() |
Returns the number of frames per second according to Framing and overlapp properties. | |
![]() |
Defines the method to traverse a multi-record the file. | |
![]() |
Frequency resolution obtained, if an FFT algorithm would be run on the data. | |
![]() |
Connector property to obtain a pointer to the TSignal component holding the data to be processed. | |
![]() |
Connector property to obtain a pointer to the TSignal component holding the data to be processed. | |
![]() |
Set this property to false, to request computation in 32bit floating point precision, 64bit, if true. | |
![]() |
Number to label the object when it is an item in the List. | |
![]() |
Specifies how to handle the end of file. | |
![]() |
Get or set the length of the signal in samples. | |
![]() |
If true, looping will be enabled. | |
![]() ![]() |
Stores the time stamps and amplitude of selected samples. | |
![]() ![]() |
Stores the maximum amplitude of the signal found by the MinMax method. | |
![]() |
Read Only. Determine the maximum number of frames. | |
![]() |
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. | |
![]() |
Use the MinX property to store the time stamp of the left-most sample. | |
![]() |
Read only. Returns the number of records contained in the current file. | |
![]() |
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". | |
![]() |
Event triggered when Process command is selected from the drop-down menu in the component editor. | |
![]() |
Triggered after RecordPosition changes. | |
![]() |
Define the overlapping in percent of consequtive frames when reading the file. | |
![]() |
Define the overlapping in sampels of consequtive frames when reading the file. | |
![]() |
Returns the state of the pipe after the last update. | |
![]() |
Append zeros to then end of file. | |
![]() |
Append zeros to end of file. | |
![]() |
Read the precision of the data being read from the file. | |
![]() |
Read only. Returns the length of the current record in samples for one channel. | |
![]() |
Set RecordNumber to move the read cursor within the file to the record with RecordNumber number. | |
![]() |
Set and get position in samples. | |
![]() |
Read only. Returns the length of the current record in seconds for one channel. | |
![]() |
Set RecordTimePosition in seconds to position the read cursor within the current record. | |
![]() |
Defines the sampling frequency of the signal. | |
![]() |
The length of the signal in seconds. | |
![]() |
Defines a scale factor to be applied to just read data. | |
![]() |
Specifies the lower file range limit. | |
![]() |
Specifies the upper file range limit. | |
![]() |
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. |
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|