TSCALC: Difference between revisions
From BAWiki
Guntram Seiß (talk | contribs) mNo edit summary |
Guntram Seiß (talk | contribs) mNo edit summary |
||
Line 19: | Line 19: | ||
|preprocessor=[[FFT]], [[FRQ2ZEITR]], [[GVIEW2D]], [[XTRDATA]], [[ZEITRIO]] | |preprocessor=[[FFT]], [[FRQ2ZEITR]], [[GVIEW2D]], [[XTRDATA]], [[ZEITRIO]] | ||
|postprocessor=[[FRQ2ZEITR]], [[GVIEW2D]], [[TIDKEN]], [[TM2RND]], [[TR2RND]], [[UTRRND]], [[ZEITRIO]] | |postprocessor=[[FRQ2ZEITR]], [[GVIEW2D]], [[TIDKEN]], [[TM2RND]], [[TR2RND]], [[UTRRND]], [[ZEITRIO]] | ||
|language= | |language=Fortran90 | ||
|add_software=- | |add_software=- | ||
|contact_original=J. Jürges, G. Lang | |contact_original=J. Jürges, G. Lang |
Latest revision as of 08:04, 11 October 2022
Basic Information
Name of Program
TSCALC
Version-Date
October 2013
Description-Date
October 2013
Catchwords
preprocessor
time series data
mathematical operations on time series data
Short Description of Functionality
The program TSCALC is a useful preprocessor. The program serves to perform some mathematical operations on different time series data of a single physical quantity - a single output time serie is generated from two different input time series. The original time series data can be added, subtracted, multiplied or divided in various ways. The relative weight of each data set can be set individually. An additional time shift can be also applied to the time series data.
Input-Files
- general input data (filetype tscalc.dat)
- file containing time serie 1 (filetype boewrt.dat or solwrt.dat)
- file containing time serie 2 (filetype boewrt.dat or solwrt.dat)
Output-Files
- file for the newly generated time serie (filetype boewrt.dat
- informative printer file (filetype tscalc.sdr)
- (optional) trace of program execution (filetype tscalc.trc)
Methodology
Both time series are read first from two different files, which might have different data formats. In the second processing step time shifts can be applied optionally. Afterwards the input time series data are interpolated at regular intervals using either a linear or a spline interpolation scheme. Finally an output time serie is generated via different mathematical operations from the two input time series. Optionally the coordinates of the output time serie can be computed by a linear interpolation from the coordinates on input (boewrt.dat only).
Program(s) to run before this Program
FFT, FRQ2ZEITR, GVIEW2D, XTRDATA, ZEITRIO
Program(s) to run after this Program
FRQ2ZEITR, GVIEW2D, TIDKEN, TM2RND, TR2RND, UTRRND, ZEITRIO
Additional Information
Language
Fortran90
Additional software
-
Original Version
J. Jürges, G. Lang
Maintenance
Documentation/Literature
back to Program Descriptions