11-30-2006 03:06 PM
12-08-2006 04:51 PM
Hi wired,
1) The LabVIEW DSP module essentially builds the exe that runs on the DSP module and that's it. There is no further communication between the embedded application and windows. As such you can't build an exe that runs on the windows environment. You can build your embedded exe and put it on however many DSP targets you want though (as long as they are all of the same type and one of the targets supported in LabVIEW DSP).
2) The DSP module was built to be as easy and user friendly as possible. As such you sacrifice some of the flexability of your application. You cannot target different memory types etc. Also, there is no way to target a custom DSP board. You can only use one of the 4 targets supported by the DSP module.
3) LabVIEW Embedded would allow you to do all that you have described above. LabVIEW Embedded allows you to define how your code gets compiled down to your custom DSP module. You are not limited to any specific embedded target. If you use the Blackfin edition you will be able to use LabVIEW Embedded to generate code for the Blackfin board right out of the box.
-Justin D
04-27-2007 12:16 PM
04-30-2007 11:30 PM
05-01-2007 10:32 AM
Hi Michael,
I study would engenaharia in Brazil and participate of a project of research in acustica.
05-02-2007 11:27 PM
05-03-2007 07:52 AM
Michael,
I think Caputo is saying that he is not getting the expected output from the filter when the input signals are real-world signals, e.g. from a microphone, rather than an artificially generated signal, which is probably what is being done in the LabVIEW example. The first question would be 'how do you know what the expected output is?'. What is being used as a reference? Perhaps Caputo should collect a data sample and save it to a file, then use LabVIEW's regular signal processing VI to examine the output. Maybe there is an an instrumentation problem. Were it me, I would use a DAQ card to collect the real-world data, perform all of my signal processing and analysis on the PC, and verify that my algorithm is correct. Only when I was confident that the LabVIEW code was working as expected would I port it to the DSP environment.
05-04-2007 08:49 AM
05-08-2007 08:34 AM
Hi Wired and Michael!!!
Thanks a lot for the attention.
My English is not ones of the best ones : but I go to more clearly.
My aplicattion is :Adaptive Noise Cancellation is used to remove background noise from useful signals. This is an extremely useful technique where a signal is submerged in a very noisy environment. A typical example is inside a jet aircraft. The jet engine can produce a noise over 140dB. Since normal human speech is at a level between 30 and 40 dB, the pilot's communication is impossible in such a environment if there no noise cancellation equipments inside the cockpit.
I go to follow the advise of the Wired. Testing the trustworthiness of my equipment of first acquisition and later leaving for the tests with algorítimo of control - LMS. I´m using no professional equipaments.
Michael, What are you suggest to use to eliminate the errors of acquisition of available acoustic data for the National Instruments?
Greetings!!!
05-10-2007 05:18 PM