Direct sequence spread spectrum (DSSS) is a common spread spectrum transmission technique used in wireless communications. Before, data transmission, a particular sequence of 1s and 0s called barker code is added to the original data using bitwise operation of XOR. If the data to be sent is Hex decimal value 410 and the barker code is 4000 in decimal, what is the transmitted data (i.e., the result of XOR) in binary bits?
Please show me how you get the calculations as well.