圖片名稱
全部
  • 全部
  • 產(chǎn)品管理
  • 新聞資訊
  • 介紹內(nèi)容
  • 企業(yè)網(wǎng)點(diǎn)
  • 常見問題
  • 企業(yè)視頻
  • 企業(yè)圖冊(cè)

公告:

安諾尼實(shí)時(shí)頻譜分析儀如何使用MATLAB進(jìn)行二次研發(fā)(4)

作者: 安諾尼AARONIA

來源: 安諾尼AARONIA

發(fā)布時(shí)間:2022-09-23 17:08

5、安諾尼實(shí)時(shí)頻譜分析儀二次研發(fā)的頻譜數(shù)據(jù)(Spectrum Data)示例

Spectrum data packets will look like this:
{
"startTime" : 1501163970.1396854,
"endTime" : 1501163970.140799,
"unit" : "dbm"
"payload" : "spectra",
"startFrequency" : 2400250000, "endFrequency" : 2487750000,
"minPower" : -95,
"maxPower" : 5,
"antenna" : {
"name" : "Block_IsoLOG_0"
"latitude" : 50.13646697998047,
"longitude" : 6.320250034332275,
"azimuth" : -2.748893976211548,
"declination" : 0,
},
"sampleDepth" : 1,
"sampleSize" : 448,
"samples" : [
[ -90.05, -90.05, ... , -81.01 ],
...
[ -81.65, -78.05, ... , -90.01 ]
],
}
 
IQ Data
IQ Samples are transmitted as a flat array of alternating I and Q values.
{
"payload" : "iq",
"unit" : "generic"
"minPower" : -2,
"maxPower" : 2,
"sampleDepth" : 1,
"sampleSize" : 2,
"samples": [
5.12e-05, 0.00132,
0.000885, 0.00124,
0.000566, 0.000654,
-0.000615, 2.35e-05,
0.00042, -0.000276,
-0.000723, -0.000343,
-0.000672, 0.000195,
0.000843, -0.000228,
...
]
}
Data that is captured from a source that is not calibrated will have a unit type of generic. The used value
range will be given by the min and max power values.
 
Histogram Data
Histogram data transfers percentages of bin usage. The sample size is like the spectrum or category
data, but the sample depth is used to separate the bins. The sample data is a 2D array with the
dimensions sample size and sample depth packed into a flat 1D JS array.
{
"startTime" : 1506933004.0587604,
"endTime" : 1506933004.0911448,
"payload" : "histogram",
"unit" : "percentage"
"startFrequency" : 2402250128,
"endFrequency" : 2489750128,
"maxPower" : 5,
"minPower" : -165,
"sampleDepth" : 256,
"sampleSize" : 896,
"samples": [
[ 0.074, 0.0787, ... 0.0893 ]
],
}
 
Channel power or other category data
The samples in a category ordered packet will have one measurement per category. The categories are
named and may cover an optional frequency range.
name
Name of the category item
startFrequency
Start of a frequency range
endFrequency
End of a frequency range
{
"categories" : [
{
"name" : "Wifi Channel 1",
"startFrequency" : 2401000000
"endFrequency" : 2423000000,
},
...
],
}
 
Antenna Data
Data that was captured using an antenna with e.g. location or directional information will have an
antenna specification field in the packet.
name
Name of the antenna
latitude
Latitude of the antenna
longitude
Longitude of the antenna
azimuth
Azimuth of a directional antenna
declination
Declination of a directional antenna
《安諾尼實(shí)時(shí)頻譜分析儀如何使用MATLAB進(jìn)行二次研發(fā)》的相關(guān)內(nèi)容將以連載的方式進(jìn)行更新,這是連載的第4期,感謝您的閱讀。

關(guān)鍵詞:

相關(guān)企業(yè)下載

暫時(shí)沒有內(nèi)容信息顯示

相關(guān)產(chǎn)品

暫時(shí)沒有內(nèi)容信息顯示