Simulink bit operations

조회 수: 9 (최근 30일)
Raldi
Raldi 2011년 12월 16일
Hi all, I wanted to ask if from a number of bits that are represented with 1 and 0 is possible to invert the ones to -1 each lets say two bits? Thanks in advance.
  댓글 수: 2
Fangjun Jiang
Fangjun Jiang 2011년 12월 17일
Not clear to me what do you mean by "from a number of bits" and "to invert the ones to -1 each lets say two bits". Are you saying that if you have an inputs of 10 bits, six 1s and four 0s, alternate randomly, you want to invert the first two 1s into -1?
Raldi
Raldi 2012년 1월 13일
basicaly i was trying to create an ami nrz line code, i think flip flops is the only way to do that. I havent finish it yet though.

댓글을 달려면 로그인하십시오.

답변 (1개)

Paulo Silva
Paulo Silva 2011년 12월 16일
[1 0]------>Gain(-1)----->[-1 0]
Use the Gain block and define that gain as -1
  댓글 수: 7
Walter Roberson
Walter Roberson 2011년 12월 16일
Ah, instead of a step function, you could perhaps use a Repeating Sequence block, as mentioned at http://www.mathworks.com/matlabcentral/answers/15874-hi-all-i-am-having-a-difficulty-in-switching-a-signal-i-need-a-switch-in-simulink-that-must-be-on
Raldi
Raldi 2012년 1월 13일
I was thinking more of using a flip flop as it has memmory, The general idea was to create a simple ami-nrz line code.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Array and Matrix Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by