Skip to main content

All Questions

0 votes
0 answers
456 views

Upsampling and downsampling signals as a preprocessing step for a neural network

I have audio data acquired from a 4 channels sensors array. As a preprocessing step for a neural network, I want to beamform and focus on the sound source. For higher resolution in the beamforming ...
havakok's user avatar
  • 682
0 votes
1 answer
194 views

Artificial Neural Network Preprocessing in Real-Time Applications

I've come across an issue with my ANN when attempting to port my offline analysis to an online, real-time, application. I currently train my algorithm using an array of input data, number of ...
ritchie888's user avatar