quickest way to convert hex to a 16 bit signed integer
Mostrar comentarios más antiguos
looking for the quickest way to convert 16 bit hex into a singed 16 bit int
performance is key here.
I was doing it with a type cast before but appears very slow
Anyone have any ideas?
1 comentario
James Tursa
el 29 de Jul. de 2021
Please provide details of exact input and desired output. Is the hex in a char array? What size? What is the exact code you have tried so far?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!