Curve fitting seems to be working quite good, but with a higher noise I'll probably end up with unusable results anyway.
I have looked into FIR-filtering which seem to have a group delay simply based upon the number of taps used. Does this mean if I use a FIR of defined tap-length will I then be able to calculate the delay undisturbed by frequency-changes?
I also took a look at the corss-correlation function which seems to be suitable as well. Assumed that I do know the signal frequency is it possible to simulate a clear sine signal and cross-correlate this to my noisy signals? Can the result of the cross-correlation be used to calculate the actual angle (being the initial question in my first posting)?
As for different filter types: The Bessel filter is said to be of linear phase response like the aforementioned FIR filter. I assume that the amplitude response is therefor very slow?
I fear that I cannot filter the signal before digitizing it, as I directly receive raw data. Nevertheless: Wouldn't filtering before digitizing also result in a phase error?
Hope, you still got some advice for me, despite all the problematic details...