06-27-2013 08:01 AM - edited 06-27-2013 08:02 AM
hi,
i use a simulated signal for working on my application without a physical device. i am getting the attached picture as a signal and i wonder if this is correct? if the simulated signal is using a sinus algorithm, isn´t there supposed to be a circle on my screen?
thanx!
Solved! Go to Solution.
06-27-2013 09:17 AM
ok, i just figured the signal does not have to be a circle. question still is if the the attached image is correct?
06-27-2013 10:02 AM
Who knows. If you are simulating a sine wave, I would expect to see a sine wave. Your image says nothing about how you are simulating a signal, how you are displaying it. Actually, it says nothing at all about what you are doing.
06-27-2013 10:05 AM - edited 06-27-2013 10:07 AM
thanx,
well, you cannot really change a lot about the simulated signal, so it is not my choice to use a sinus signal. i do not produce it, the national instruments driver does.
so, what information can i give you?
this is the task:
DAQmxCreateAIVoltageChan(getHandle(), cstring, channelName[k], DAQmx_Val_RSE, -10, 10, DAQmx_Val_Volts, NULL)
06-27-2013 10:45 AM
06-27-2013 11:08 AM - edited 06-27-2013 11:09 AM
ok, i understand. i do not use labview but c++ and the algorithm for displaying is rather complicated and distributed among many files. i know it would be best to show you my algorith, but this is very complicated in my case.
i interpret the first input channel as x and the second as y. if one would only scale down the samples from a x/y voltage input to fit them in a x-y-diagramme, would the signal look like my image? i am trying to figure out if i have some sort of distortion im my algorithm.
in the measurement and automation explorer i can only see one part, so i cannot see how an undistorted image would look like.
06-27-2013 11:14 AM
06-27-2013 11:18 AM
so i guess it should look like it does. thank you for you help!