08-21-2002 08:34 PM
08-22-2002 04:20 AM
01-29-2009 06:56 PM
hello,
I also have two sine waves generated ( two sine waveform vi's of different frequency, but same no of samples and sampling frequency).
Now i want to add these to to get a third signal, but i need to sample it at a different frequency ) which block can i use for it.
here is the incomplete vi.
ex -the third signal could be y(t) = a1 sin ( 2pif1 t) + a2 sin (2pif2t).
i do not know to which block i should connect the output of sinewave f1 and sine wave f2 to get y(t).
Thanks,
06-17-2015 06:59 AM
06-17-2015 07:26 AM
@ant11 wrote:
I have such question--how can I convert the signal(its amplitude) to integer in Labview? Is there such possibilty? And another question is about why I cannot create the DC signal with any amplituide other than 0--how can I do it? And just DC signals I need to sort -- so I want to add its values, multiply by constants, substract, integrate, compare--could I do it without conversion? Just using the math and other operations and functions?
1. Array Max & Min
2. Initialize Array with whatever value you want your DC signal to be at
3. You can just use the normal math operations on arrays
If you supply examples and show what you have tried and what you want, we can give a lot better help.
06-17-2015 01:53 PM
It is easy to grasp. But I want to know can I do some multi-level display of several signal on one Graph. (several y-axis -n my case at least 6)
I could do it in Simulink so I want to know can I do the same in Labview.
Moreover there is opportunity to display the results of Simulink block manipulation of signals in Labview.
And one question - If I created the block diagram in Simulink for Signal transformation --with the integrator, summator, If-else block (it seems no such function Labview but it could substituted by Case Swith or other way?), comparator (relation operation like <,>) how the timing of such simulation in Labview could be different then in Simulink?
If the components could be the same the results should be the same as it is just mathematical design?
Or I am not correct. Despite there should be difference as gor example to compare 2 signals I just use the operator > in SL and its produce the 1 or 0, but in Labview I need to use this comparation that produce True and False as well as the next function True(False) to 1(0) as well there should different application of If-else block despite the key component should be the same (but with one cycle) and just one initial value of 0.
What are your suggestions?