Feeds
질문
How to plot an array as a binary Wave
Suppose I have an array that stores binary values, eg A=[1 0 1 0 1 1 0 1 0 1 0...] I want to send the array as a binary pulse, ...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
Splitting A String into variables
I want to convert a string into an array that holds the individual characters of the string. for example, if I have: a=input('e...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
Convert Binary matrix to Double Value
Hello, I want to convert an array stored with binary values into a double value which has those binary values but in one number....
대략 6년 전 | 답변 수: 2 | 0
2
답변질문
Not Converting ASCII to DECIMAL
I have converted decimal number to ASCII, however I cannot turn the same ASCII code back to it's decimal. Here is the code: %D...
대략 6년 전 | 답변 수: 2 | 0
2
답변질문
How do I encode numbers into a bit stream, ready to be modulated?
Hey everyone. I've been assigned a project which involves two computers running Matlab. It involves asking the user for two num...
대략 6년 전 | 답변 수: 1 | 0
