berkeman said:
Oh, so you don't have any models yet, and that's what you are trying to figure out? You want the transfer function from all of your other input signals to the signal A?
Actually I don't know, how a transfer function might be helpful. How would you use it in my case?
Chestermiller said:
I think maybe that this should be moved to a mathematics forum, which I will do as soon as I'm done with my response.
You have a main time-dependent response signal, and about 40 other time-dependent forcing signals that you have measured, and you want to find out how each of the forcing signals contributes to the response signal. Is this correct?
Not really, I'm more interested to extract which driving event (turning, braking, braking and turning, accelerating, etc) leads to higher forces. Consider for each acquisition I have more than an event repetition and I have different acquisitions in similar conditions.
Here are some questions:
1. Do each of the forcing signals contribute separately to the response signal, or is there non-linear interaction between them.
2. Is there a time delay between the forcing signals and the response signal?
3. Is the response signal affected directly by each of the forcing signals, or does it depend on their derivatives as well?I'm not an expert on this kind of thing, but I have some ideas, depending on the answers to the above questions.
1- the forcing signal can jointly and not linearly contribute to the response signal in function of their state, for example when I drive straight, the steering wheel angle signal does not contribute to the lateral force.
2. Not in general, but there might be a little delay for some forcing signals. I can verify it.
3- Only directly
Consider getting the correlation between the variations of the response signal and the variations in each of the forcing signals. Also consider this correlation as a function of the time interval, if you index the response signal behind the forcing signal by a varying amount of time.
Chet
This is what I have actually done. I computed a moving window correlation between the response signal and each forcing signal. Them I assumed high correlation in case the correlation coefficient is upper than 0.85, low correlation in case the coefficient is lower than -0.85. By doing so I was able to see few events just for a couple of acquisition and for the others I did not see almost anything. For this reason I'm searching for a more robust method or for improving the method I have used so far.
Chestermiller said:
I should also mention that, if you are doing what I suggested in my previous post, you should normalize by the square root of the forcing self-correlations and the response self-correlation so that the individual forcings can be compared on a common basis.
Chet
I haven't normalize the signal! How should I do it? Thanks
Baluncore said:
The coefficients in your NN, once optimised, are the coefficients of a scattering matrix that defines the system.
Search the matrix for the highest coefficients in A.
An alternative technique would be to compute correlation coefficients between signal A and the other signals.
Interesting the neural network technique! I'll give it a try after the analysis correlation
Thanks to all!