Robin Scheibler

Results 96 comments of Robin Scheibler

Hello @wx4cb , thanks for the feedback. The only thing I'd be worried about is the extra memory consumption for boards that are very memory constrained. Why don't you start...

I have now also added the 8MHz optiboot for use with a crystal. In that case too the upload speed had to be reduced to 57600 baud to upload sketches...

Hi @jc5201 , thanks for the feedback! It is true that I did not implement this as an option, however, all the functions natively support batching of any dimension, so...

This metric is actually also used to train systems working in the STFT domain. The signals are first brought back to time-domain by doing iSTFT. This is not really an...

Hi @jhkim6757 , it should be possible to process your data by modifying the file `test_doa_recorded.py`. 1. Change the code so that the variable `mic_array` contain the coordinates of the...

@jhkim6757 The message you describe is a warning, rather than an error. It doesn't mean the code is not working, unless some other error occurs, or you are getting garbage...

The `protocol.json` file was used to store all the information pertaining to our own recorded data. I think the best way is for you to get rid of this part...

@nateanl thanks for starting the discussion. Here are some initial thoughts. ## Wall characteristics @nateanl proposes two options. Is it acceptable to have both options ? This is what we...

Hi @RicherMans , if my understanding is correct, the original `bss_eval` toolbox contained two main functions * `bss_eval_sources`, that compares single channel reference and estimated sources * `bss_eval_images`, that compares...

@RicherMans after taking a closer look at `museval` implementation, I think I understand what the difference is. It would not be too hard I think to fix it for the...