02-09-2006 11:10 AM
02-09-2006 01:08 PM
02-09-2006 01:38 PM
02-09-2006 02:07 PM
I checked my circuit connections and everything seems fine. I can't use a filter because i need the low frequency data. the bandwidth of my signal is from 30 Hz-3 kHz, and if i use a notch filter to get rid of the 60 Hz signal, it is attenuating other frequencies which i need.
when i connect the signal to an oscilloscope and select some averaging, it improves the signal a lot. But when i use the DAQcard-6062E and acquire the data and use the average Advanced DC-RMS VI in Labview, the data is not so clear. can you suggest some other method of averaging?
i am attaching the VI i am using. can u please look at it and see if i am doing it correctly. any help would be appreciated.
thanks
jithendra
02-10-2006 01:07 PM
02-10-2006 01:18 PM
How does the 60HZ signal look like? Is it sinusoidal or does it contain higher harmonics?
You will only be able to "average out" your 60HZ component if the start of multiple scans are random with respect to the 60HZ phase. Still , it would need a lot of averages.
Maybe you can average two scans if you can trigger their start such that the 60Hz signal is 180 degrees out of phase between the two?
Maybe you can acquire your data synchronized to the 60Hz signal, then edit it out later in the fourier domain?
02-10-2006 02:13 PM
02-10-2006 02:15 PM
02-13-2006 07:31 PM
Hello Jithendra,
You asked: "can some one suggest me how can i get the time stamp for both averaged and unaveraged data."
The "Get Waveform Components" that you used to retrieve your data, and average it, contains other components of the waveform such as the initial time, the time increment and other attributes. You can use that to get the timestamp to any of the points you are averaging and the timestamp of your raw data.
As far as the instability you are observing in your data, are you sure you are not seeing a user interface effect, perhaps due to Autoscaling? If you think there is a problem with the graph object, please provide more details so I can reproduce it.
Best Regards,
AG.
02-14-2006 06:52 AM
AG,
thanks for your suggestion. sorry for asking a wrong question. i don't need the time stamp for each data point. and i don't need for the raw data. for the averaged data, i get a 1-D array of n samples each time, so what i need to do is write the current time (system time) to the file, and then write the 1-D array, so that i know when the 1-D array is written to the file each time. i tried using the Get Date/ Time string and it seems to work. thanks for responding.
jithendra