12-11-2023 12:55 PM
Hi, i would really appreciate some help with this.
Im trying to take the y values of my generated sine wave before and after the filter and add corresponding timestamp for all the values in the array.
This seems rather complicated since the timestamp is a string.
I managed to get the y values before and after the filter with some spaces printed as you can see in the picture but i didint solve how to get the time stamp to each values.
The timestamp should be in a column right after or before each value of the two columns.
I added some pictures, hope someone is able to help.
Regards,
Edward
12-11-2023 02:00 PM
Hi Bowika,
@Bowika2000 wrote:
This seems rather complicated since the timestamp is a string.
I managed to get the y values before and after the filter with some spaces printed as you can see in the picture but i didint solve how to get the time stamp to each values.
The timestamp should be in a column right after or before each value of the two columns.
Some thoughts:
@Bowika2000 wrote:
This seems rather complicated since the timestamp is a string.
Only when you need a string!
Timestamps can be expressed as time since an epoch: in that case they are simple numbers…
Again what exactly do you need?