Can I get a delay equivalent to a fraction of a time step?

조회 수: 1 (최근 30일)
William Diaz
William Diaz 2019년 10월 15일
댓글: William Diaz 2019년 10월 25일
Hello everyone,
I want to add a delay (a fraction of a step time, I mean 0,054 ms) in a communication system simulation between a transmitter and a receiver. Transmitter is an integer (vector) to bit converter that receives a vector of ones and zeros (122 bits), like this:
Vector = [1 1 1 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 1 0 1 1 1 0 0 0 1 1 1 0 0 0 0 0 1 0 1 0 1 1 0 1 1 1 1 1 1 1 1]
(This is a CAN Protocol data frame, inlcuding stuffing bits)
OKIntegerToBitConverterOK_NoDelay.png
That I get after Integer to Bit Converter:
TramaCAN.png
That I get at two channels of scope block (with 4 time step - but I need a fraction of a time step):
TramaCANPlusDelay.png
Thanks in advance.
William
  댓글 수: 13
Walter Roberson
Walter Roberson 2019년 10월 23일
I do not think you can use Serializer 1D except when you are targetting FPGA / HDL.
William Diaz
William Diaz 2019년 10월 25일
Ok, I understand your point.
Thank you Walter.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Transforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by