02-19-2009 11:30 PM
02-23-2009 04:13 AM
Hi nolsqn,
Thank you for posting on the discussion forums. I highly recommend that you take a look at the detailed context help of the modultion VI you are looking at as it has all the answers for the questions you are asking.
In case you don't know this, to get the contaxt help window in LabVIEW press ctrl+H.
A quick answer for your question, sample rate- symbole rate*samples/symbol
As far as using the the reset, yes the VI resets every iteration if you place it in a while loop with a true connected to it. If you are using one of the shipped examples, I recommend keeping the default values, but if you are facing a problem with a specific code, please post that code , and I will assist you on that.
Please let me know if you have any further questions
Best regards,
Faris A
02-24-2009 01:31 AM
thnx .....its now all clear to me..also can any one explain how sync indent works in the sync parameters. I read the help it said "sync indent (symbols) specifies the distance that the sync sequence is indented into the information block, that is, the number of symbols preceding the sync sequence that are demodulated. For example, a value of 10 indicates that the output bit stream will consist of 10 data symbols, followed by the sync sequence, followed by the remaining data symbols". So tell me if i am right if i have gurad 1 symbol, sync 10 symbols..and data of 2000 symbol so this value should be 2000.?????
thnx
ali
02-25-2009 05:16 PM
Hi Ali,
The indent value is something you specify to determine where you want your sync bit to be. It is by default set to zero, which means that the sync bits are at the beginning of your wave form. If you have 1 guard symbol,10 sync symbols , and 2000 data symbols, then having an indent of 2000 will give you the following output data sequence. 1 guard symbol and 1999 data symbols then 10 sync symbols then 1 data symbol.
I hope this exaplins it more to you.
Best Regards,
Faris A
02-26-2009 01:07 AM