Cannot understand the meaning of the amplitude.
See original GitHub issueThanks for your work, I am using your library to read CSI packets generated from Nexmon CSI, but I have some questions about the data.
- The channel statement information in 802.11 is calculated by H = Y/X, where H is the CSI. The value of this should have ranged from 0 to 1, 0 means the signal faded significantly and 1 means the signal has no fading after the channel. Due to the multipath channel, the value could be a little bit larger than 1. But the original data obtained by CSIKit are very big, the image below shows the CSI amplitude data in a linear format.
- The data looks reasonable after setting the
scaled
toTrue
,csi_data = my_reader.read_file("DATASET-pi-2\Empty-21.pcap", scaled=True)
. Could you explain how is the scale works?
Thanks in advance!!
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
What is the Amplitude of a Wave? - Video & Lesson Transcript
The definition of amplitude is a measurement of energy transferred by a wave; the higher the energy put into a wave, the higher...
Read more >Definition of amplitude and period (video) - Khan Academy
David defines the terms amplitude and period for simple harmonic motion and ... but i don't know how the acting forces will cause...
Read more >Definition of Amplitude and Period | Physics | Khan Academy
Your browser can't play this video. Learn more. Switch camera.
Read more >Sound: Wavelength, Frequency and Amplitude. - YouTube
Your browser can't play this video. Learn more.
Read more >Understanding Sound - Natural Sounds (U.S. National Park ...
Amplitude is the relative strength of sound waves (transmitted vibrations ), which we perceive as loudness or volume. · Decibels · Acoustic ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, yes, I’ll provide both code and the data used for this example. Data: https://drive.google.com/file/d/1MUuTdWIGMB03Vv1avKK6PBdga0bKS4A2/view?usp=sharing
There is good reason to believe that AGC process is being reversed with the CRISLoc method, however without a measure of CSI before AGC has been applied there isn’t definitive proof. I’ve got a couple of experiments planned to test this out, however it’ll be a little while before I can get the proper equipment. Hoping to have something on this soon. I’ll implement CRISLoc scaling as an optional feature in CSIKit shortly.
Going to close this issue now, but feel free to re-open and/or let me know if there’s anything else I can clear up.