Search found 22 matches

by shaikath
Wed Oct 28, 2020 5:16 pm
Forum: Connect openMHA to Matlab
Topic: Issue with mha_get(mha,'nchannels_in')
Replies: 5
Views: 5735

Re: Issue with mha_get(mha,'nchannels_in')

I think this issue may be a more general problem since I am encountering it with other commands as well. When following the dynamic compression example instructions: >> openmha = mha_start; >> mha_query(openmha,'','read:dynamiccompression_live.cfg'); Error using mhactl_java>retire_connections (line ...
by shaikath
Wed Oct 28, 2020 4:23 pm
Forum: Connect openMHA to Matlab
Topic: Issue with mha_get(mha,'nchannels_in')
Replies: 5
Views: 5735

Issue with mha_get(mha,'nchannels_in')

Hello, I am running an instance of openMHA on a VIM board using the command: mha --interface=0.0.0.0 In Matlab on the host PC, I then run the following lines: mha.host='192.168.110.47' % IP of the VIM board mha.port=33337 However when I run the following line I receive an error: mha_get(mha,'nchanne...