Hi
I am trying to implement CRC-15 calculation as described in Bosch's Specification using the polynomial
x15 + x14 + x10 + x8 + x7 + x4 + x3 + 1
However i found a VI which has implemented the CRC-16 calculation.
My question is can i modify the same VI to calculate CRC-15 by changing the
intialization vector to 0000 and the EX-or constant to 0X4599.?
Please find the VI attached.
Thanks in Advance