|
|
Interp/concat
Posted:
Nov 13, 2012 5:32 PM
|
|
Is this the right way to combine these two digitised datasets?
t200mscakna= ... [-39.5062,0.194787,1.1809,0.319787; ... -34.5679,0.168703,1.15655,0.295439; ... 0,-0.0138889,0.986111,0.125; ... 2.46914,0.0165295,0.571159,0.112826; ... 14.8148,0.168621,0.421002,0.815844; ... 19.7531,0.229458,0.36094,0.833162; ... 27.1605,0.320713,0.316841,0.699417; ... 37.037,0.442387,0.258043,0.33822; ... 46.9136,0.51869,0.199246,-0.0229767; ... 59.2593,0.499486,0.173097,-0.127251; ... 66.6667,0.449074,0.157407,-0.189815; ... 81.4815,0.348251,0.164223,-0.272664; ... 93.8272,0.204047,0.169903,-0.341705; ... 108.642,-0.0467764,0.176719,-0.424554; ... 125.926,-0.339403,0.184671,-0.509774; ... 130.864,-0.423011,0.185322,-0.534122; ... 148.148,-0.661008,0.187603,-0.619342; ... 150.617,-0.680127,0.187929,-0.631516; ... 167.901,-0.813957,0.132624,-0.716735; ... 182.716,-0.905521,0.0852195,-0.789781; ... 190.123,-0.951303,0.0486968,-0.826303; ... 232.099,-1.15826,-0.158265,-1.03326; ... 234.568,-1.17044,-0.170439,-1.04544; ... 239.506,-1.19479,-0.194787,-1.06979]
t200mscapneg100mV= ... [-31.746,-92.8571; ... 0.411523,-91.6667; ... 18.3422,21.4286; ... 25.1617,9.52381; ... 51.9694,2.38095; ... 86.2434,-3.57143; ... 110.817,-5.95238; ... 132.687,-13.0952; ... 144.386,-26.1905; ... 148.148,-50; ... 154.439,-72.619; ... 168.665,-84.5238; ... 185.597,-91.6667; ... 212.698,-92.8571; ... 249.677,-94.0476]
t200mscakna(:,2:4)=100*t200mscakna(:,2:4)
t200mscakna=vertcat(t200mscakna,interp(t200mscapneg100mV(:,1),t200mscapneg100mV(:,2),t200mscakna(:,1)))
- = - Vasos Panagiotopoulos, Columbia'81+, Reagan, Mozart, Pindus, BioStrategist http://www.panix.com/~vjp2/vasos.htm ---{Nothing herein constitutes advice. Everything fully disclaimed.}--- [Homeland Security means private firearms not lazy obstructive guards] [Urb sprawl confounds terror] [Phooey on GUI: Windows for subprime Bimbos]
|
|