08-11-2016 01:32 AM
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
08-11-2016 02:10 AM
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.
08-12-2016 06:26 AM
how to calculate the time taken by each sample in this case.
08-13-2016 01:35 PM
@Alok198 wrote:how to calculate the time taken by each sample in this case.
What "case"?
08-13-2016 02:32 PM
thia attached
08-15-2016 09:20 AM - edited 08-15-2016 09:21 AM
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.
02-02-2017 03:40 AM
how do you create that black block. can you send me that pic of e^jtheta block
02-02-2017 03:55 AM
@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
02-02-2017 04:40 AM
Thank YOU