I will be getting data in at around 100 frames per second, and I need to compute the normal distributions that comprise a set of 48 data points.
The distributions can partially overlap, but will have unique peaks.
I believe the distributions may have uniform variance, but would like to calculate this. The strength and location of the peaks is variable.
The number of normal distributions is arbitrary, I would not mind throwing extra ones away.
I have looked into PCA, and a few other tactics, but none of them seem to tell me how to get there from here.

Method 1:
Method 2:
Apply a Hough transform with the location of a peak and standard deviation as parameters.