DSPRelated.com

any API's for noise reduction

Started by Pradeep Wickramanayake in Matlab DSP14 years ago

Hi, I have configured Sphinx with java netbeans. Its working fine. I want to use Noise reduction API. I have studied about Spectral...

Hi, I have configured Sphinx with java netbeans. Its working fine. I want to use Noise reduction API. I have studied about Spectral subtraction. But I was thinking about using a API for that part which will ease my work. Can someone suggest me with easy implementable API for noise reduction pradeep


import javax.swing.UIManager;

Started by Anonymous in Matlab DSP22 years ago

Hi, I am trying to use the Image Registration function in ver 5.3 and I get this error that it can not import...

Hi, I am trying to use the Image Registration function in ver 5.3 and I get this error that it can not import javax.swing.UIManager. How do I get about this problem. Please note I just copied this function from Ver 6.1 and am trying to use it in ver 5.3. If some Java class has


Displaying imported images from database in Matlab

Started by Jeevashini in Matlab DSP16 years ago

Hi all, When I try to call the function parsebinary to display image imported from MS Access database, I get an error : function that...

Hi all, When I try to call the function parsebinary to display image imported from MS Access database, I get an error : function that I called : parsebinary(photo,'BMP'); Error : ??? Error using ==> fwrite Cannot write value: unsupported class java.lang.Object[]. Error in ==> parsebinary at 60 fwrite(fid,bdata(m:n),'int8'); Does anyone know the cause of this error a


Off topic: EDI Professionals req. for Top Silicon Valley Co. in Bangalore

Started by alphaeus_embedded in Matlab DSP19 years ago

Hi, Our client, a TOP MNC having Forty of the Fortune 100, including ABN AMRO, BMW, Chevron, Cisco Systems, Hewlett-Packard,...

Hi, Our client, a TOP MNC having Forty of the Fortune 100, including ABN AMRO, BMW, Chevron, Cisco Systems, Hewlett-Packard, Unilever?. is seeking top-notch Java Professionals for their Bangalore team. Skill Set: 1) B.E/B.Tech in Computer Science fro


TCP/IP sockets for matlab

Started by mark_s_rice in Matlab DSP14 years ago

We will need some TCP/IP sockets for talking to our DSP hardware from Matlab. I see where the Instrument Control toolbox has some support. I...

We will need some TCP/IP sockets for talking to our DSP hardware from Matlab. I see where the Instrument Control toolbox has some support. I also see where some people use some sort of Java support to do this. Does anyone have any advice. First we will need a Telnet socket. I am not sure the Instrument Control toolbox provides high level support for this. (A telnet socket is trivial in p...