11-27-2006 06:47 PM
11-28-2006 06:21 PM
There are several shipping examples that are included in the
LabVIEW example finder (Help >> Find Examples) under the Analyzing and
Processing Signals >> Filtering and Conditioning category.
If you're working on the block diagram of a VI included in a PDA Module
project, it will only show you VIs that are compatible with PDA - it seems that
almost all of them are still there, including the express VI, which can be
found on the functions palette under express >> signal analysis.
Hope this helps - let me know if you have any other questions!
12-02-2006 02:03 AM
Hi there
Thanks for your respond and have help me solve my problem. I have another question, is it possible that while recording sound, it can do some filtering process? Is there any example VI on filtering sound while recording? Thanks
Gabriel
12-04-2006 07:48 PM
12-14-2006 07:19 AM
hi there
if i want the sound to be directly passing through the cf-6004 card and not the pda mic, is there a way to do it?
gab
12-15-2006 01:49 PM
12-15-2006 08:24 PM
hi there
what i am trying to achive is to get a heart sound from my signal conditioning circuit and my own microphone. so the example vi found in the labview is using the pda internal microphone and not using my microphone. so is there any example VI of using external microphone instead of internal pda microphone?
12-18-2006 11:54 AM
Hi Student G,
You will want to start with one of the DAQmx Base examples for Continuous Acquisition. You can then pass the signal to a filter of your choice. You will need to pass the signal values, the sampling frequency and the cutoff value(s).
The CF-6004 will return the sound in terms of voltage. Typically sound is converted to 8 or 16 bits. The CF-6004 is a 14 bit device. You can take the actual signal value and divide by the input range (maximum expected voltage) to get a percentage of range. You can then multiply by 32767 to convert to a 16 bit representation (-32768 < x < 32767). You can then feed this value to the mono 16 bit input of the Sound Write Wave File function as shown in the Record Sound example for using the built-in microphone.
Hopefully this helps,
Jennifer O.
Applications Engineer
National Instruments