signal detection
Challenge
The contributor have to propose a signal envelope detection technic
Difficulty (1-5)
3
MISSION
PROBLEM
There are many techniques to recover the signal envelope. In general, one operates a Hilbert transform to recover an analytical representation of the signal.
Besides, it appears that the signal phase is generally not exploited. This can provide a relevant use of this type of data
For the record, echOpen team uses a pseudo-Hilbert transformation, that is to say by crushing to 0 the Fourier transform for negative frequencies.
side problem but related
One short comment about signal filtering that can be also challeging. The data output of ADC (ADC) are 8bit or 14bit signed. It would be of very interest to filter the data in the spectral domain of interest: for example, using a Hamming or Hanning windowing or other!
Let's say there are two types of filtering
- fundamental, dedicated to deep organs exploration
- harmonic, solution for a better resolution
REWARD
- Residency in our Head Quarters located at the very center of Paris, on le Parvis de Notre Dame (hosting and breakfast )
- DevBox USB keys at your name, T-shirts and other Goodies
- Mention on our Hall of fame of open sources dudes
RESSOURCES
- The device output dataset of echOpen hardware is available on the Github repo kit-soft
You'll find a raw_data.txt
file is the raw data of an image
- 61 lines
- On each line, there are 16385 values. The first is the number of the line (it is recommended to remove this mark), and other values correspond to the acquired signal in volts on the line.
If you want to access the data simulation, please check this doc
libraries
Check libraries serving FFT !
REPOS
Pull-requests are submitted on this REPO
SUDOERS
@jerôme [[email protected]]
ECHPERTS
@jerôme [[email protected]]