LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i build a manchester coding in labview signal processing?

Solved!
Go to solution

untitled.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

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.


"Should be" isn't "Is" -Jay
Message 11 of 16
(3,218 Views)

 


@idma wrote:

work done by me uptil quantization.....after this i have to implement line coding!!!
help reqiured

regards


Great- all you need is a clock and then normalize your data waveform.  multiply the clock by the data and your there


"Should be" isn't "Is" -Jay
Message 12 of 16
(3,212 Views)

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

 

 

Sam S
Applications Engineer
National Instruments
Message 13 of 16
(3,210 Views)

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?Smiley Very Happy

 

Spoiler
I HAD TO BUILD IT TWICE THOUGH! Smiley Mad  See the attachment to find out what happens when you try to create a snippet of that codeSmiley Surprised

 


"Should be" isn't "Is" -Jay
0 Kudos
Message 14 of 16
(3,206 Views)

hahaha well played sir well played,

 

I actually prefer not to use them but they have there place (sometimes) Smiley Very Happy

Sam S
Applications Engineer
National Instruments
Message 15 of 16
(3,202 Views)
thanx Jeff and Samuel 🙂
0 Kudos
Message 16 of 16
(3,190 Views)