LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help regarding labview model

So. please help me regarding this . How will I do it. Please send me model or Image from which I can understand how to do.

 

Thanks alot

0 Kudos
Message 11 of 19
(3,493 Views)

I think you need to figure this out for yourself. I gave you all necessary information.

If you can't, maybe programming and signal processing is not for you.

0 Kudos
Message 12 of 19
(3,489 Views)

how to calculate the time taken by each sample in this case.

0 Kudos
Message 13 of 19
(3,461 Views)

@Alok198 wrote:

how to calculate the time taken by each sample in this case.


What "case"?

0 Kudos
Message 14 of 19
(3,446 Views)

thia attached

0 Kudos
Message 15 of 19
(3,442 Views)

You are still not making any sense.

 

Your reference signal has 12 points, so your generated signal should also contain 12 points (not 13!), otherwise you are throwing away part of the data. If you change the frequency or samples/second, you are no longer matching the reference signal, but measuring some poorly matched number of cycles.

 

If you simply want to generate a signal that has a different phase at each iteration, change the express VI to again reset the signal with each call, but now simply wire a new phase based on a multiple of the iteration count. See how far you get.

0 Kudos
Message 16 of 19
(3,418 Views)

how do you create that black block. can you send me that pic of e^jtheta block

0 Kudos
Message 17 of 19
(3,257 Views)

@suryas wrote:

how do you create that black block. can you send me that pic of e^jtheta block


Check out Polar to Complex in the Mathematics toolbox, it should do the same.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 18 of 19
(3,253 Views)

Thank YOU

0 Kudos
Message 19 of 19
(3,249 Views)