Hi Ben
I used the DSP Sine wave generator and the XYChart. Both are working nice.
But the DSP Input CSV I can not understand how. I have a file with coma separated CSV file but no way to show it on the XYChart.
regards
Stefan
App Developer How to use DSP Input CSV
-
- Valued Contributor
- Posts: 1065
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 201 times
- Been thanked: 224 times
-
- Matrix Staff
- Posts: 1951
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 510 times
- Been thanked: 697 times
Re: App Developer How to use DSP Input CSV
Hi Stefan,
Thanks for letting us know I have found some problems with the component and I beleive it is fixed and working correctly now.
Here's a quick example of how I was driving it.
I did notice that your data goes slightly higher then a signed int can store? -32768 to 32767 and so if you're using a signed int like I am then you get an overflow.
Let me know how you get on.
Thanks for letting us know I have found some problems with the component and I beleive it is fixed and working correctly now.
Here's a quick example of how I was driving it.
I did notice that your data goes slightly higher then a signed int can store? -32768 to 32767 and so if you're using a signed int like I am then you get an overflow.
Let me know how you get on.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Valued Contributor
- Posts: 1065
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 201 times
- Been thanked: 224 times
Re: App Developer How to use DSP Input CSV
Hi Ben
Yes the csv had wrong data. I made a dsp2.csv.
It's working very nice now.
regards
Stefan
Yes the csv had wrong data. I made a dsp2.csv.
It's working very nice now.
regards
Stefan
- Attachments
-
- DSP2.csv
- (5.56 KiB) Downloaded 231 times