06-27-2015 07:55 PM
Solved! Go to Solution.
06-27-2015 08:34 PM
What is the actual format of your "binary" array? In LabVIEW binary data has values of True and False. If you have 1 and 0, then you either have numeric data of some type or strings. The conversion to wavefroms will differ depending on the starting datatype.
How much noise, relative to the 1 & 0 amplitude, do you want? Do you want the amplitude to be constant for the 500 ms interval but have a random variation from one period to the next or do you want the amplitude to change randomly at a higher rate, such as once per millisecond? Again, the details make a significant difference in how the waveform is constructed.
Lynn
06-27-2015 09:16 PM
Hi,
Thank you for your answer, yes, my array is a sequence of numeric data of 1 and 0, each transition must be 500 ms creating a square signal.
Well about noise, I need some periodic noise similar to white noise, enough to deform this signal, at the end of my VI i want to filtrate that noisy signal and I can recover the original sequence of 1 and 0.
Thank you.
Labview Ver 2010.
06-27-2015 09:50 PM
Following up on Lynn's questions, I can think of (at least) three ways to "add noise". Let's assume that the "ideal" waveform is 0 for 0.5 second, 5 for 0.5 second, 0 for 0.5 second, 5 for 0.5 second, etc. (a 1Hz square wave of amplitude 5).
Can you be (much) more specific about the type of waveform you wish? How are you planning to produce this waveform? [Note that if you plan to use a Digital Output device, the only reasonable "variability" is in the timing, the fourth option above].
Bob Schor
06-27-2015 10:58 PM
Hi,
I've got an array of pulses (numeric constant of 1 y 0) [150 in total], if I connect a waveform chart I can see something like a triangle signal, the issue is, i neeed to create a square signal with this values (500ms), and after, add some noiseto this square signal, at the end of my VI I want to test a filter and an algorithm of signal recovery, to get the original 1 and 0 numeric pulse array.
Thanks.
06-27-2015 11:09 PM
Search the palettes for Build Digital Waveform
06-28-2015 12:40 AM
06-28-2015 08:45 AM
Which type of signal do you want?
Lynn
06-28-2015 09:23 AM
06-28-2015 06:33 PM