using cross correlation analysis

I have a dataset of temperature readings of different burner parts which determine the final temperature of the burner and time to set off burner
So my dataset looks like this:
Knob reading of Coil temperature(P1) Knob reading of barrel temperature(P2) Knob reading of collar temperature(P3) Knob reading of air holes temperature(P4) Knob reading of jet temperature(P5) Knob reading of base temperature(P6) Final temperature of output burner(I1) Time to set off the burner(I2)
11.23 89.12 65.32 97.12 96.4 56.7 67.7 10.2
41.12 86.70 76.76 78.65 91.2 78.24 55.42 21.67
75.65 83.79 82.65 82.43 90.6 87.45 81.13 5.89
78.13 82.57 59.34 92.56 89.8 67.72 75.08 6.65
I used CCA (cross correlation analysis ) to find which of the parameters are highly correlated.
But will CCA help me to find which of these parameters similarly affect the Final temperature of output burner or Time to set off the burner
Let me explain this better: What I want to find out is whether either of parameters (P1,P2,P3) affect the Final temperature of output burner similary. If yes, I could conclude that P1 P2 P3 affect the final temperature so instead of using all three parameters,i could use only one of them
Similarly , if P4 P5 P6 affect the time to setoff of burner similarly i could conclude that instead of using all three i could use either one as they affect the time to set of burner similarly.
Will CCA help me to find such an correlation ?
Or are there any algorithms that help me to find out how the parameters (P1-P5) affect the other set (I1-I2) ? ie to find if there a similarity in way (P1-P5) affect/ correlate the other set (I1-I2)?

Answers (0)

Categories

Find more on Vehicle Dynamics Blockset in Help Center and File Exchange

Asked:

on 4 Dec 2015

Edited:

on 4 Dec 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!