Viewing profile — f00fc0d3
f00fc0d3
HN member- Joined
- Thu, Apr 16, 2015, 5:29 PM UTC
- HN karma
- 13
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About f00fc0d3
No profile information was provided.
Recent public activity
-
comment
Comment #12341797
Ceva DSP is almost same story about compiler. They used to have GCC2.95 glued to their proprietary backend, 33% of compilations results in crash :-). They got better by going to GC…
-
comment
Comment #11165646
You clearly have no idea what you are talking about. I am doing baseband SW in tier1 vendor, and we have no processes, crappy tools (maybe you consider git and clang a crappy tool?…
-
comment
Comment #11153001
>That's just to the base station, no? How does that in any way apply to what you transmit over your network? We are talking about ENB here, core LTE network is already virtualized.…
-
comment
Comment #11152959
Yep, AVX is nice, but still it is far from current DSP chips. I ported a subset of PHY to real AVX2 CPU and AVX512 sim. It is (sometimes) comparable to c6x (which is a crap DSP) if…
-
comment
Comment #11152363
Future standards will be even more tight, 5G working assumption is 1 ms HARQ loop. Where you got the idea that I assume the ENB has to be on other side of the world ?
-
comment
Comment #11152217
I have seen such projects - real LTE PHY algorithms are much more complex than stuff in 3GPP. You can write something 3GPP compliant in some simplified cases, but it would be total…
-
comment
Comment #11152035
HARQ loop in LTE is tight = 3 ms(3ms for ENB, 3ms for UE, 2 ms for air/RRH = 8 ms in total). It means that in those 3 ms you need to decode ack nacks in PHY, run scheduling and the…
-
comment
Comment #11151232
This is totally wishful thinking. No one in industry has a slightest idea what 5G will be. We keep throwing fancy terms like eNodeB virtualization and then we have a reality check …
-
comment
Comment #11098703
It is exactly the same what is happening to Nokia Networks. What saves them is fact that mobile networks market is pretty much closed and there is very high barrier of entry. If th…
-
comment
Comment #10908714
c6x has 8-bit bytes.
-
comment
Comment #9941824
Yeah, but you still need to write those maxi, maxd :-(
-
comment
Comment #9941197
Template metaprograming is nonsense, not simple type substitution. C++ templates are just too much, especially when mixed with substandard developers.
-
comment
Comment #9941194
Typeof is not standard and many DSP compilers do not implement that. Secondly I meant max search in array, not between to scalar values which is trivial. I really don't want to hav…
-
comment
Comment #9941055
C99 is nice, but C still lacks generic. I am not talking about C++ template nonsense, but not having to write max element search for every primitive type. I am working in DSP proje…
-
comment
Comment #9389408
Beginning of the end of Nokia Networks. Looks like they dont have any clue what to do. ALU enodeb is crap, Nokia ancient Flexi is crap and their new stuff will be crap if they will…