Hello, i try to write wave forms in the .txt format myself, but it only works in part.
Example 1:
16384 (SamplePoints)
16384 (max value)
1 (min value)
1
2
3
4
...
....
16383
16384
empty line
gives me a perfect sawtooth.
But if I try short examples, then the signal generator fills me always always fills the rest to 16384 with 1, so that my waveform are only short impulses.
Example2
8 (SamplePoints)
8 (max value)
1 (min value)
1
2
3
4
4
3
2
1
empty line
What is wrong here how can I prevent this if I want, for example, that these 8 sample points should be repeated directly without a long break 9-16384.