06-01-2011 04:21 PM - edited 06-01-2011 04:21 PM
As Stated- all you need is a clock and data. the clock rate needs to be twice the data rate. and and XOR
In this example (please don't tell that I used express vi's) Data and Clock are simulated 1 Amplitude square waves (atternating between 1 or -1 unit) This makes the Multiply function equivallent to XOR. and is a representation of true manchester encoding since Manchester signals are never T or F they are Pos or Neg with the transition representing a logic state.
06-01-2011 04:24 PM
@idma wrote:
work done by me uptil quantization.....after this i have to implement line coding!!!
help reqiuredregards
Great- all you need is a clock and then normalize your data waveform. multiply the clock by the data and your there
06-01-2011 04:26 PM
Jeff,
Thanks for the code, that may provide a better understanding. I appreciate the help kudos to you! +1
HowEVER -1 kudos for Express VIs 🙂
thanks
06-01-2011 04:37 PM - edited 06-01-2011 04:39 PM
I thought you blue bars liked those x-vi's Isn't that why I have to edit my palatte settings to do anything useful with LabVIEW?
06-01-2011 04:39 PM
hahaha well played sir well played,
I actually prefer not to use them but they have there place (sometimes)
06-02-2011 02:40 AM