LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calling the output of different program in LabVIEW

Hi Somil,

 

If you don't mind can you tell me what hardware you have used? Interface between toy car and LabVIEW.. How you are transmitting commands to toy car?

I would like to try this myself.

Sound interesting to me Smiley Wink

Gaurav k
CLD Certified !!!!!
Do not forget to Mark solution and to give Kudo if problem is solved.
0 Kudos
Message 11 of 14
(739 Views)

@Somil wrote:

 

But what if i want to try voice to text conversion? Because, here i can use many commands by just matching the final strings.

What exactly has to be put in the ActiveX container?  .exe, .dll or something else of the main program. I tried putting word.exe in the container, but the problem with it is that the property node in the block diagram is not showing any properties. Smiley Sad

 



You could use .NET constructors with property and invoke nodes to access your speech recognition engine (If it supports .NET interface)

Check this or this link to know a list of methods you could invoke to read the output of your speech recognition engine into LabVIEW.

You would be able to know how to use .NET constructors in LabVIEW by going through NI knowledgebase articles/google

-FraggerFox!
Certified LabVIEW Architect, Certified TestStand Developer
"What you think today is what you live tomorrow"
0 Kudos
Message 12 of 14
(729 Views)

Hello,

         I am translating words from one language to another. I have problem in the speech to text conversion part. I have implemented in MATLAB. I dont know how to convert it into LABVIEW. I tried with MATH script block. But the problem is some inbuild functions are there in the matlab code like melcepst. If  you go inside melcepst program in m file.. there are many other inbuild functions. we have to take hamming window. say like there is a line in m file--> m=enframe(s, hanning(s)).. this enframe is another supporting file . many inbuild functions are there in enframe also. so its going like into a loop and then to another loop and so on..

Is there any other way to solve out this problem.please help me out.

 Regards

Deepthi

0 Kudos
Message 13 of 14
(599 Views)

Hi Deepthi again...

             I have one more doubt . i have already said na that i am translating few words of one language to another. Actually i am doing for English to Malayalam and vice versa..Will Matlab support Malayalam inputs.

0 Kudos
Message 14 of 14
(598 Views)