cancel
Showing results for 
Search instead for 
Did you mean: 

STEVAL-STWINCSV1 data collection in Nano Edge studio

NShut.1
Associate

We are using the Nano Edge studio to run the STWIN DTMF Classifier on the STEVAL-STWINCSV1 on a Linux system.

We followed the instructions from: https://wiki.st.com/stm32mcu/wiki/AI   Entitled:  How to create a dual-tone multi-frequency classifier using NanoEdge AI Studio

When we run and capture 100 lines of samples, we move to the "Import Signal" and 99% of the data is misaligned and classed as corrupted. We have a space as our separator, but we need a new line to separate each line and this causes corruption. We also noted that on occasion we have, as an example, 0.0.000. We have tried modifying the code in the classifier example:

for( uint16_t class_cpt = 0; class_cpt < CLASS_NUMBER; class_cpt++ )
{
printf( " %.3f", output_class_buffer[ class_cpt ] );
}
printf( "\n" );

But no matter how we format the code the date is always classed as corrupt.

We are unable to use the button to "Open file location" as it does nothing.

1) Could you please tell us where we would find the output file so we can modify the csv file?

2) Would anyone know if we can modify the code to give us a better output format?

Thanks

Nevel

P.S. Not our signal is generated manually...by hitting the STWIN against the table or playing music!

0 REPLIES 0