Community Profile

photo

Atique


Ryerson University

Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


16 bit signed data to integer for analysis
Hi, I am trying to convert 16 bit signed data from my machine to convert to radians. I am a bit confused as to how I can conve...

8 years ago | 1 answer | 0

1

answer

Question


how can I generate the function n without having to resort to Inline function?
x=[-2:0.01:2]; p = [(x>=0)-(x>=1)]; r = p.*x; n = r(x)+r(-x+2); the last line is giving me an error, how can I ...

9 years ago | 1 answer | 0

1

answer