07-07-2016 09:59 AM
How to write or which block is used to write (e^-j*theta). I want to add the block of (e^-j*theta) in my model. I have attached my model showing error. plz see to it. And I am unable to send my labview model here.
07-07-2016 10:23 AM - edited 07-07-2016 10:24 AM
That subVI seesm to be rather specific, creating a 1D array of unknown size from a single DBL scalar. I don't you need it.
Most operations seem to involve complex data, so the regular exponentiation will actually do the right thing that you would expect. Have you tried?
07-07-2016 10:53 AM
yes , its not working. Will I will give you my VI. plz send me your email id.
07-07-2016 11:34 AM
07-07-2016 11:59 AM
file is attached here. see to it.
07-07-2016 12:14 PM - edited 07-07-2016 12:14 PM
Your data is DBL, not complex (CDB). You need to fix it upstream.
07-07-2016 12:29 PM
how sir?? Please tell me
07-07-2016 12:59 PM - edited 07-07-2016 02:06 PM
Well, I would probably create a second signal 90 degrees out of phase and combine it into a complex array.
This paper is way too opaque to tell anything, e.g. what are the simulation parameters (express VIs are mostly invisible from a code picture). What is the sigificance of the "12" diagram constant? How big is the complex array coming out of that subVI. (You can see from the coercion dot and the subsequent processing that the output is complex).
The author list of the paper contains all their e-mail addresses. Why don't you ask them???
07-07-2016 02:19 PM
I think u havent read anything in the paper. Everything is written in the paper . All about the signal which they have taken, no. of samples everything.
07-07-2016 02:47 PM
@Alok198 wrote:I think u havent read anything in the paper.
Exactly. Why should I read it?