Feeds
提问
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...
10 years 前 | 1 个回答 | 0
1
个回答提问
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 ...
11 years 前 | 1 个回答 | 0
