PDA

View Full Version : RIRFILE decoder



life_is_sweet
2010-11-29, 02:31 AM
hi everyone.
How to read Rir files? i am interested in how to make a decoder to decode the files.pls,help me! thank u..

s52d
2010-11-29, 04:37 AM
hi everyone.
How to read Rir files? i am interested in how to make a decoder to decode the files.pls,help me! thank u..

Hi!
RIR, BAR and MRR are well described file formats. Check alex.
They are so similar, it is worth making same decoder.
It is so easy, I would recomment it even to people with no programming experience
beyond school.
I will not post mine, it is ugly code and depends on our naming conventions.

RIR: we set it to 96 percentile, then make two graphs, one for average, one for peak
values. We run it for two days , one 30 minutes measurement per hour, so we have some
40 points. Then spectrogram is drwan:
X-axis: arfcn
y-axis: time
interference: different color

Beside, we issue warning for permanent interference, like one ch having high value all the time.
DIfference between peak and average gives some idea on interference source.

BR
s52d

auto_art
2010-12-09, 04:39 AM
hi
pl. use attached excel to analyse MRR, NCS & FCS files...!!

any suggestions welcome..

Regards
DK

life_is_sweet
2011-01-18, 05:33 PM
hi
pl. use attached excel to analyse MRR, NCS & FCS files...!!

any suggestions welcome..

Regards
DK


what about stsfiles??

Darko
2011-01-18, 05:47 PM
hi
pl. use attached excel to analyse MRR, NCS & FCS files...!!

any suggestions welcome..

Regards
DK

This is really great work! I suggest only one enhancement, add MRR option to show 900 or 1800 band OR only by CHGR. Or add more CHGR except only CHGR0 and CHGR1 :)

Regards,
Darko

des118
2011-01-18, 06:16 PM
thank for sharing, this is good tool for me.