🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] what class defines value series?

User: "owen"
New Altair Community Member
Updated by Jocelyn
Hello all,

I am in the early stage of building an extension that reads a custom data format into RM.
I am following the whitepaper on extending RM (especially "Ch 6 Building special data objects").

The file format contains about 10 physical signals. The signals are periodically sampled. Each signal has a different sampling rate, and that could range from 1 Hz to 600Hz.
My best guess is that "value series" abstraction is a more natural representation of the file than the ExampleSet abstraction.
I.e. perhaps the data object will input a file name and output several "value series" ports.

I have two questions:
1) Is "value series" or ExampleSet the right design choice for the output of my "special data object"?
2) Where are "Data To Series" and "Series To Data" implemented? Or where are other clear definitions of "value series" representation? I have been searching within my Eclipse Unuk project to try to find these classes, but no luck so far.

Many thanks,

Owen

Find more posts tagged with