I'm having trouble to use re/im to complex VI to compose my imaginary array. I tried to compose a imaginary array by RE/IM to complex VI in LV. When I use a constant scalar DBL number(value=0.0)(as the real part) and known DBL array, it works and gives out a pure imaginary array. But if I use an constant array(each element=0.0, as the real part) and a known DBL array to compose the imaginary array I need, it doesn't work.
According to the help of this VI. the input could be scalar and array. I don't know why When I use two arrays as my input, it doesn't work.