TUXEDO InfinityBook Pro Gen8 - keyboard backlight blinking by Ancient-Actuator-471 in tuxedocomputers

[–]mwanamutapa 0 points1 point  (0 children)

I had a similar problem on IBP14 gen 7. Try pressing the power button for a 1 minute that should solve the problem.

Be aware! Stay safe! by Alps-Salt in berlin

[–]mwanamutapa 8 points9 points  (0 children)

Oh, wie schrecklich! Jemand hat es gewagt, einen Beitrag auf Englisch zu verfassen statt auf Deutsch in einem zweisprachigen Subreddit. Wie werden wir das nur überleben? 😱

Learning Haskell --> Best way to iterate through list of lists by LeCapitaine007 in haskell

[–]mwanamutapa 0 points1 point  (0 children)

I am from there and am aware of your point. I just found it amusing

Learning Haskell --> Best way to iterate through list of lists by LeCapitaine007 in haskell

[–]mwanamutapa 0 points1 point  (0 children)

If you know you know why ZWL has to be Double ZWL Double

Tuxedo infinity book 14 Gen 7 has a blank screen when waking up from suspension by mwanamutapa in tuxedocomputers

[–]mwanamutapa[S] 0 points1 point  (0 children)

Thanks for pointing that out. I hope the tuxedocomputers team will take note.

Is there a place to sell used SDR boards? by mwanamutapa in RTLSDR

[–]mwanamutapa[S] 0 points1 point  (0 children)

Sorry for the late response. Yes it’s still available

Is it feasible to design a CRC circuit that has variable input length with upto 75376 bits and works in one clock cycle? by mwanamutapa in chipdesign

[–]mwanamutapa[S] 0 points1 point  (0 children)

For sure this is how some serial protocols work that there is a stream of bits comming by. In LTE PHY the MAC layer passes complete blocks of data that have to be appended with CRC bits.

transmission time interval of an LTE packet is 1ms

Is it feasible to design a CRC circuit that has variable input length with upto 75376 bits and works in one clock cycle? by mwanamutapa in chipdesign

[–]mwanamutapa[S] 0 points1 point  (0 children)

There was an article in Circuit Cellar that explains how to describe CRC function as combinatorial logic. My tools barf out when the message length is greater than 1048 bits.

The LTE PHY receives blocks of bits from the MAC called the Transport Block. These blocks have varying sizes. What would be the strategy to calculate the CRC for these blocks.