
Sabyrzhan Tasbolatov
Statistics
RANK
259.378
of 273.159
REPUTAZIONE
0
CONTRIBUTI
8 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
37.5%
VOTI RICEVUTI
0
RANK
of 122.577
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
Domanda
Generate array of sequence pairs without iteration
If I have M = 13; N = 8; and I need following result [1 1; 1 2; 1 3; 1 4; 1 5; 1 6; 1 7; 1 8;... 2 1; 2 2; 2 3; 2 4; 2 5; ...
3 giorni fa | 1 risposta | 0
1
rispostaDomanda
LTE: Downlink and Uplink decoding procedure
I got the code how to decode DL-SCH and I got DCI 0/4 formats (UL grant), but what is the procedure for DL and UL decoding via M...
4 mesi fa | 1 risposta | 0
1
rispostaDomanda
How to decode DL-SCH data when C-RNTI and DL-SCH Settings are unknown
For SI-RNTI (65535) it is clear how to decode SIB1 info. This is done for every even SFN and enb.NSubframe=5. Following code sni...
6 mesi fa | 1 risposta | 0
1
rispostaDomanda
How to convert C struct from mxArray pointer of structs?
If I have in C file struct FooInner { double Bar; int32 Baz; }; struct Foo { struct FooInner inner; .... ...
6 mesi fa | 0 risposte | 0
0
risposteDomanda
LTE toolbox RRC, MAC decoding to PCAP file
Is there any way to use LTE Toobox decoding results, let's say SIB1 from DLSCH to PCAP file with MAC-LTE eth link? There is a k...
6 mesi fa | 0 risposte | 0
0
risposteDomanda
Is it possible that if I can decode LTE MIB, but SIB1 decoding is failed?
I've captured with 30.72e6 sample rate IQ signals within 1.5 sec. Which should be enough for at least 10 frames, each frame is 1...
8 mesi fa | 0 risposte | 0
0
risposteHow to use lteTestModel vs lteRMCDL on receiving part when we want to decode LTE signal?
Duplicate of https://www.mathworks.com/matlabcentral/answers/332507-lte-system-toolbox-what-is-the-difference-between-the-lte-do...
8 mesi fa | 0
| accettato
Domanda
How to use lteTestModel vs lteRMCDL on receiving part when we want to decode LTE signal?
I have generated LTE signal with "1.1" test model, using "LTE waveform generator". Now I want to decode it. So if I do enb = ...
8 mesi fa | 1 risposta | 0
1
rispostaDomanda
Reshape Nx1 struct with field of Mx1 elements to N*Mx1 vector
I have a struct A of [1000x1] size. There is a field "bar" which has [100x1] elements. I want to have 1 variable, let's say B, ...
8 mesi fa | 2 risposte | 0