Analyze

Data Analysis

C++ script input channels
The input channels for the C++ script math are predefined in the settings according to their timebase.  When the Synchronous channel is selected...
Mon, 11 Nov, 2019 at 2:22 PM
Dewesoft file size doesn't decrease when removing mathematics/modules
After storing some data you can continue to analyze data in Analyse mode, adding Math, Order tracking, etc. which usually creates a lot of other channels an...
Fri, 18 Oct, 2019 at 9:33 AM
Example of DSDrawGrid C++ Plugin
In the attachment is an example on how to create DSDrawGrid in C++ Plugin and how to change the description cell. In the attached example only a list of...
Fri, 21 Jan, 2022 at 4:56 PM
Changing the number of shown decimal places
The resolution properties of a channel can be changed either in the properties of the channel selector, in channel setup or on the global channel list.   ...
Wed, 12 Feb, 2020 at 12:55 PM
Re-sampling signal to custom rate
When the  signal is exported with a custom export rate, the values get adjusted the following way.   For example, we want to export the green signal wit...
Fri, 12 Mar, 2021 at 9:26 AM
How to calculate basic statistics for positive and negative slope
To calculate the basic statistics for positive and negative slope first, you need a trigger. In this case, we have to use two formulas to create a trigger. ...
Tue, 1 Sep, 2020 at 1:26 PM
How to properly order Asynchronous data in Excel
When exporting asynchronous data to Excel, the data will be exported with the Dynamic acquisition rate. In case the rate of the asynchronous channel is real...
Thu, 3 Sep, 2020 at 7:41 AM
How to export and use NMEA replay
NMEA messages which are available in DewesoftX software as standard channels from the module and can be easily exported. 1. Exporting the NMEA channel ...
Mon, 10 Jan, 2022 at 12:51 PM
Download files with Dewesoft NET python example
In the attachment is a python script with example on how to use the SETDOWNLOADFILE and DOWNLOAD commands. More information on Dewesoft NET can be found in ...
Wed, 17 Nov, 2021 at 2:12 PM
Exponential Averaging - Fast (F), Slow (S), Impulse (I)
Description of the problem What is exponential averaging used for? Which exponential decay rate should be used? Description of the solution When...
Tue, 3 Jan, 2023 at 4:25 PM