Hello All,
I have a problem regarding Input stimuli. I have a text file, In which I have written an AC signal.
Text file example:
Time output voltage (volt)
0 us 2.0 v
10 us 2.1 v
20 us 2.2 v
.
.
.
100 us 3.0 v
and so on.....
I want to use this file, more specifically the "output voltage" signal as an input stimuli to a SystemC-AMS code say for example an amplifier or an A2D converter.
in SystemC-AMS code, I do have a signal sca_tdf::sca_signal<double> in;
how can i assign the output voltage in the text file to a "in" signal ?
how can i handle time intricacies ?
thanks in advance !!!
regards,
Milind