Hi Team,
I am working on a model with the PPG continuous time series dataset based on the client application. I am trying to build a better topology of a model with the classification and spectrogram processing block.
As I try to build the model, I want to know how the spectrogram processing block in the edge impulse studio extracts the features and what are the features extracted from the PPG signal. Please provide more information.
For high level you can refer to this doc, and if you want to go into the code we have it published to github.
The Spectrogram processing block extracts time and frequency features from a signal. It performs well on audio data for non-voice recognition use cases, or on any sensor data with continuous frequencies.
@Keerthivasan I am not sure how much the JSON file helped you but hopefully you figured out the Spectrogram Processing Block code is here. Download the Processing Block, modify it, and test it using this info.