Community Profile

Petri Väisänen


Active since 2014

Followers: 0   Following: 0

Message

Wireless mobile communications algorithm and architecture researcher and developer.
Professional Interests: digital signal processing, statistical signal processing, estimation detection, advanced wireless receivers

Statistics

All
  • First Submission
  • First Answer

View badges

Feeds

View by

Submitted


shex2dec.m
Convert signed hexadecimal string to decimal integer.

10 years ago | 1 download |

Submitted


sdec2hex.m
Convert signed decimal integer to hexadecimal string.

10 years ago | 1 download |

Answered
Does DEC2HEX or HEX2DEC work on negative numbers (twos complement)?
Corresponding shex2dec would then be as: function d = shex2dec(h) %SHEX2DEC Convert hexadecimal string to decimal intege...

10 years ago | 3

Answered
Does DEC2HEX or HEX2DEC work on negative numbers (twos complement)?
I recently modified the dec2hex() to take signed integers for my own purposes. Added also some comments here and there. This cod...

10 years ago | 2