hello, tell me please, I have a 100 hertz sensor, but when collecting data, different frequencies are determined
can this affect the operation of the neural network on the chip itself?

hello, tell me please, I have a 100 hertz sensor, but when collecting data, different frequencies are determined
can this affect the operation of the neural network on the chip itself?
Hi @norik.badalyan,
Yes you’ll need the same sampling frequency in your impulse in order to train your model correctly. You can force the data forwarder frequency in case your board doesn’t always print out at the same rate:
edge-impulse-data-forwarder --frequency 100
Aurelien
Ok, thank you very much
Norik