Component: Math (DSP)

From Flowcode Help
Revision as of 10:35, 17 November 2021 by Wiki bot (talk | contribs)
Jump to navigationJump to search
Author Matrix Ltd
Version 1.2
Category DSP


Math component

Component to combine together two DSP buffers into one an index at a time. Functions include: Add, Average, Difference, Max, Min, Subtract

Detailed description

No detailed description exists yet for this component

Examples

Here is a example file which generates a sine wave and a triangle wave and then uses the DSP sum component to merge together the two signals. FC6 Icon.png DSPSum Here is the kind of waveform you can expect to see using the scope window when adding the two signals together.

DSPSum.jpg


Here is the kind of waveform you can expect to see using the scope window when subtracting the two readings.

DSPSum3.jpg


Here is the kind of waveform you can expect to see using the scope window when taking the maximum of the two signals.

DSPSum2.jpg


Here is the kind of waveform you can expect to see using the scope window when taking the minimum of the two signals.

DSPSum4.jpg


Here is the kind of waveform you can expect to see using the scope window when taking the average between the two signals.

DSPSum5.jpg


Here is the kind of waveform you can expect to see using the scope window when taking the difference between the two signals.

DSPSum6.jpg

Downloadable macro reference

Fc9-comp-macro.png Calculate
Performs a single calculation on the two input buffers and provides a result into the output buffer 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png CalculateArray
Performs a single calculation on the two input buffers and provides a result into the output buffer 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png ReadPeakArray
Returns the highest value from the last "Decay" number of buffers. 
Fc9-u16-icon.png - UINT Return


Fc9-comp-macro.png ReadAverageArray
Returns the average from the last "Decay" number of buffers. 
Fc9-u16-icon.png - UINT Return


Fc9-comp-macro.png ReadPeak
Returns the highest value from the last "Decay" number of index locations. 
[[File:]] - Return


Fc9-comp-macro.png ResetRecords
Allows the peak and trough to be reset back to default values. 
[[File:]] - ResetPeak
 
[[File:]] - ResetTrough
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png ReceiveString
Gets a string from the receive buffer 
Fc9-u16-icon.png - UINT MaxChars
 
Fc9-u16-icon.png - UINT Timeout
Time in milliseconds to wait for data 
Fc9-string-icon.png - STRING Return


Fc9-comp-macro.png Initialise
Initialises the UART component pins ready to send and receive data 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png ReceiveString
Receives a string of bytes and returns the number of bytes received. 
Fc9-string-icon.png - STRING StringData
 
Fc9-u16-icon.png - UINT NumBytes
Maximum number of bytes to try and receive 
Fc9-u16-icon.png - UINT Timeout
Max amount of time in ms to wait between bytes 
Fc9-u8-icon.png - BYTE Return


Fc9-comp-macro.png Start
Startup routine required by the hardware device. Automatically clears the display after initialising. 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png SetLEDState
Sets the state of a single LED 
Fc9-u8-icon.png - BYTE Port
0 = PortA, 1 = PortB 
Fc9-u8-icon.png - BYTE LED
0 = LED0, 7 = LED7 
Fc9-u8-icon.png - BYTE State
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png GetRxIdent
Gets the Rx ID as a Integer Standard and Extended IDs. 
Fc9-u8-icon.png - BYTE Buffer
 
Fc9-u32-icon.png - ULONG Return


Fc9-comp-macro.png Initialise
Must be called before any other CAN component macros to enable and initialise the CAN peripheral.  
Fc9-void-icon.png - VOID Return



Property reference

Fc9-prop-icon.png Properties
Fc9-type-17-icon.png Connect To A
DSP component with output buffer to collect our A data from. 
Fc9-type-17-icon.png Connect To B
DSP component with output buffer to collect our B data from. 
Fc9-type-21-icon.png Buffer Size
Number of individual elements the buffer can store, default 1. 
Fc9-type-16-icon.png Buffer Type
Sets the buffer data type. 
Fc9-type-16-icon.png Sum Type
Defines the type of calculation performed on the two input buffers to obtain the output value. Data shown in brackets indicates operation ? = a decision followed by the true value and then the false value seperated with a colon.  
Fc9-conn-icon.png Connections
Fc9-conn-icon.png Simulations