-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestexampleinterleaved.m
553 lines (468 loc) · 16.4 KB
/
questexampleinterleaved.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
clear all
close all
% es werden 4 thresholds geschätzt
%(dezimalzahlen! in log, die millimeterangaben (nicht stimnamen)
%TGUESS aktuell einfach ein logwert in circa der mitte der range.
%SD hoch machen , iwie auf max range vllt? oder noch höher
%range kann ich eig weglassen, durch meine einfügungen
%%%%%%%%%%LOG WERTE SIND DIFFERENZWERTE
%%ich lege in unity fest, welcher ref ausgewählt wird (001100110011)
%%und ob up oder down grad gemacht wird (also kleiner oder größere comp
%%genommen wird) (01010101)
StimuliSet = [0.63 1.26 1.89 2.52 3.15 3.78 4.41 5.04 5.67 6.3 6.93 7.56];
maxDiff = 7.56;
minDiff = 0.63; %%in mm
%%%hier range der distances definieren und stepsize quasi,
%%% sodass der umgewandelte stimwert(nicht der log) dann gerundet wird
%%% zum nächstgelegenen existierend level.
tG=0.5;
tsd=1; %%
%%ACHTUNG WICHTIG
tprob=0.75; %%%wegen weibull für fitten für pilotung
grain=0.01;
beta=3.5; %% ka man muss man gucken va nachher in simulation. in einem paper nutzen die mit alex 1 oder 1.5, comm ist aber 3.5
delta=0.01;
gamma=0.5;
range=6.93;
q1=QuestCreate(tG,tsd,tprob,beta,delta,gamma,[grain],[range]); %REF X, DOWN STAIRCASE (mit höheren comps vergleich
q2=QuestCreate(tG,tsd,tprob,beta,delta,gamma,[grain],[range]); %REF X, UP STAIRCASE (mit niedrigeren comps vergleich)
q3=QuestCreate(tG,tsd,tprob,beta,delta,gamma,[grain],[range]); %REF Y, DOWN STAIRCASE (mit höheren comps vergleich
q4=QuestCreate(tG,tsd,tprob,beta,delta,gamma,[grain],[range]); %REF Y, UP STAIRCASE (mit niedrigeren comps vergleich)
numberOfTrials = 32; % Anything above 32 should be good (müge hat dazu ein paper)
subjnr = input('subjnr?');
cond = input('condition?');
%% QUEST Trials
%=QuestCreate(tGuess,tGuessSd,pThreshold,beta,delta,gamma,[grain],[range])')
for i=1:numberOfTrials
% trials müssen nicht auch noch randomisiert werden, mit 4
% staircases ist es bereits verwirrend genug.
% in unity ist dann das mit up and down festlegen und welcher ref genommen wird.
% ref auswahl in settings 0 0 1 1 0 0 1 1 0 0 1 1
%up and down settings: 0 1 0 1 0 1 0 1 0 1 0 1
%dann, sodass weiterhin 1 = comp ist higher frequnt (da wir differenzwert
%verwenden. also vllt mit korrekt/inkorrekt arbeiten in unity, immer 0
%inkorrekt 1 korrekt
% stroke condition: separate applications
% trialnumber 128 pro application
%CHECKEN OB DAS BEI Q1 SO OK GEHT UND DANN BEI 2 3 4 AUCH SO AMCHEN
%IWAS FUNZT NOCH NICHT
qTest1(i)=round(QuestQuantile(q1),3);
%%%ggf qtest1 erst noch iwie SINnVOLL RUNDEN
qtest1 = 10^qTest1(i);%%eingefügt für log umwandlung
if qtest1 > maxDiff
qtest1 = maxDiff;
elseif qtest1 < minDiff
qtest1 = minDiff;
end
qtest1rounded = interp1(StimuliSet,StimuliSet,qtest1,'nearest');
fprintf('nun kommt FFF XXX');
if qtest1rounded == 0.63
disp(1);
end
if qtest1rounded == 1.26
disp(2);
end
if qtest1rounded == 1.89
disp(3);
end
if qtest1rounded == 2.52
disp(4);
end
if qtest1rounded == 3.15
disp(5);
end
if qtest1rounded == 3.78
disp(6);
end
if qtest1rounded == 4.41
disp(7);
end
if qtest1rounded == 5.04
disp(8);
end
if qtest1rounded == 5.67
disp(9);
end
if qtest1rounded == 6.3
disp(10);
end
if qtest1rounded == 6.93
disp(11);
end
if qtest1rounded == 7.56
disp(12);
end
% disp(qtest1rounded);%abgeändert zu log ding (grosses T sonst)(und (i) index )
sicherheitsabfrage=input('vertippt? 0 nein 1 ja');
if sicherheitsabfrage == 1
temporaryquestreal=input('was wurde angezeigt');
if temporaryquestreal == 1
quest_real1 = 0.63;
end
if temporaryquestreal == 2
quest_real1 = 1.26;
end
if temporaryquestreal == 3
quest_real1 = 1.89;
end
if temporaryquestreal == 4
quest_real1 = 2.52;
end
if temporaryquestreal == 5
quest_real1 = 3.15;
end
if temporaryquestreal == 6
quest_real1 = 3.78;
end
if temporaryquestreal == 7
quest_real1 = 4.41;
end
if temporaryquestreal == 8
quest_real1 = 5.04;
end
if temporaryquestreal == 9
quest_real1 = 5.67;
end
if temporaryquestreal == 10
quest_real1 = 6.3;
end
if temporaryquestreal == 11
quest_real1 = 6.93;
end
if temporaryquestreal == 12
quest_real1 = 7.56;
end
else
quest_real1 = qtest1rounded;
end
quest_real1=log10(quest_real1); %%eingefügt für log umwandlung
% quest_response1=input('antwort');
theresponse = input('antwort');
while theresponse<0 || theresponse>1
display('Not a valid number please try again')
theresponse=input('Enter 0 or 1:')
end
quest_response1=theresponse;
responses.response1(i) = quest_response1;
q1=QuestUpdate(q1,quest_real1,quest_response1);
qTest2(i)=round(QuestQuantile(q2),3);
qtest2 = 10^qTest2(i);%%eingefügt für log umwandlung
if qtest2 > maxDiff
qtest2 = maxDiff;
elseif qtest2 < minDiff
qtest2 = minDiff;
end
qtest2rounded = interp1(StimuliSet,StimuliSet,qtest2,'nearest');
fprintf('nun kommt FFF XXX');
if qtest2rounded == 0.63
disp(1);
end
if qtest2rounded == 1.26
disp(2);
end
if qtest2rounded == 1.89
disp(3);
end
if qtest2rounded == 2.52
disp(4);
end
if qtest2rounded == 3.15
disp(5);
end
if qtest2rounded == 3.78
disp(6);
end
if qtest2rounded == 4.41
disp(7);
end
if qtest2rounded == 5.04
disp(8);
end
if qtest2rounded == 5.67
disp(9);
end
if qtest2rounded == 6.3
disp(10);
end
if qtest2rounded == 6.93
disp(11);
end
if qtest2rounded == 7.56
disp(12);
end
% disp(qtest2rounded);%abgeändert zu log ding (grosses T sonst)(und (i) index )
sicherheitsabfrage=input('vertippt? 0 nein 1 ja');
if sicherheitsabfrage == 1
temporaryquestreal=input('was wurde angezeigt');
if temporaryquestreal == 1
quest_real2 = 0.63;
end
if temporaryquestreal == 2
quest_real2 = 1.26;
end
if temporaryquestreal == 3
quest_real2 = 1.89;
end
if temporaryquestreal == 4
quest_real2 = 2.52;
end
if temporaryquestreal == 5
quest_real2 = 3.15;
end
if temporaryquestreal == 6
quest_real2 = 3.78;
end
if temporaryquestreal == 7
quest_real2 = 4.41;
end
if temporaryquestreal == 8
quest_real2 = 5.04;
end
if temporaryquestreal == 9
quest_real2 = 5.67;
end
if temporaryquestreal == 10
quest_real2 = 6.3;
end
if temporaryquestreal == 11
quest_real2 = 6.93;
end
if temporaryquestreal == 12
quest_real2 = 7.56;
end
else
quest_real2 = qtest2rounded;
end
quest_real2=log10(quest_real2);%%eingefügt für log umwandlung
theresponse = input('antwort');
while theresponse<0 || theresponse>1
display('Not a valid number please try again')
theresponse=input('Enter 0 or 1:')
end
quest_response2=theresponse;
responses.response2(i) = quest_response2;
q2=QuestUpdate(q2,quest_real2,quest_response2);
qTest3(i)=round(QuestQuantile(q3),3);
qtest3 = 10^qTest3(i);%%eingefügt für log umwandlung
if qtest3 > maxDiff
qtest3 = maxDiff;
elseif qtest3 < minDiff
qtest3 = minDiff;
end
qtest3rounded = interp1(StimuliSet,StimuliSet,qtest3,'nearest');
fprintf('nun kommt FFF XXX');
if qtest3rounded == 0.63
disp(1);
end
if qtest3rounded == 1.26
disp(2);
end
if qtest3rounded == 1.89
disp(3);
end
if qtest3rounded == 2.52
disp(4);
end
if qtest3rounded == 3.15
disp(5);
end
if qtest3rounded == 3.78
disp(6);
end
if qtest3rounded == 4.41
disp(7);
end
if qtest3rounded == 5.04
disp(8);
end
if qtest3rounded == 5.67
disp(9);
end
if qtest3rounded == 6.3
disp(10);
end
if qtest3rounded == 6.93
disp(11);
end
if qtest3rounded == 7.56
disp(12);
end
% disp(qtest3rounded);%abgeändert zu log ding (grosses T sonst)(und (i) index )
sicherheitsabfrage=input('vertippt? 0 nein 1 ja');
if sicherheitsabfrage == 1
temporaryquestreal=input('was wurde angezeigt');
if temporaryquestreal == 1
quest_real3 = 0.63;
end
if temporaryquestreal == 2
quest_real3 = 1.26;
end
if temporaryquestreal == 3
quest_real3 = 1.89;
end
if temporaryquestreal == 4
quest_real3 = 2.52;
end
if temporaryquestreal == 5
quest_real3 = 3.15;
end
if temporaryquestreal == 6
quest_real3 = 3.78;
end
if temporaryquestreal == 7
quest_real3 = 4.41;
end
if temporaryquestreal == 8
quest_real3 = 5.04;
end
if temporaryquestreal == 9
quest_real3 = 5.67;
end
if temporaryquestreal == 10
quest_real3 = 6.3;
end
if temporaryquestreal == 11
quest_real3 = 6.93;
end
if temporaryquestreal == 12
quest_real3 = 7.56;
end
else
quest_real3 = qtest3rounded;
end
quest_real3=log10(quest_real3);%%eingefügt für log umwandlung
theresponse = input('antwort');
while theresponse<0 || theresponse>1
display('Not a valid number please try again')
theresponse=input('Enter 0 or 1:')
end
quest_response3=theresponse;
responses.response3(i) = quest_response3;
q3=QuestUpdate(q3,quest_real3,quest_response3);
qTest4(i)=round(QuestQuantile(q4),3);
qtest4 = 10^qTest4(i);%%eingefügt für log umwandlung
if qtest4 > maxDiff
qtest4 = maxDiff;
elseif qtest4 < minDiff
qtest4 = minDiff;
end
qtest4rounded = interp1(StimuliSet,StimuliSet,qtest4,'nearest');
fprintf('nun kommt FFF XXX');
if qtest4rounded == 0.63
disp(1);
end
if qtest4rounded == 1.26
disp(2);
end
if qtest4rounded == 1.89
disp(3);
end
if qtest4rounded == 2.52
disp(4);
end
if qtest4rounded == 3.15
disp(5);
end
if qtest4rounded == 3.78
disp(6);
end
if qtest4rounded == 4.41
disp(7);
end
if qtest4rounded == 5.04
disp(8);
end
if qtest4rounded == 5.67
disp(9);
end
if qtest4rounded == 6.3
disp(10);
end
if qtest4rounded == 6.93
disp(11);
end
if qtest4rounded == 7.56
disp(12);
end
% disp(qtest4rounded);%abgeändert zu log ding (grosses T sonst)(und (i) index )
sicherheitsabfrage=input('vertippt? 0 nein 1 ja');
if sicherheitsabfrage == 1
temporaryquestreal=input('was wurde angezeigt');
if temporaryquestreal == 1
quest_real4 = 0.63;
end
if temporaryquestreal == 2
quest_real4 = 1.26;
end
if temporaryquestreal == 3
quest_real4 = 1.89;
end
if temporaryquestreal == 4
quest_real4 = 2.52;
end
if temporaryquestreal == 5
quest_real4 = 3.15;
end
if temporaryquestreal == 6
quest_real4 = 3.78;
end
if temporaryquestreal == 7
quest_real4 = 4.41;
end
if temporaryquestreal == 8
quest_real4 = 5.04;
end
if temporaryquestreal == 9
quest_real4 = 5.67;
end
if temporaryquestreal == 10
quest_real4 = 6.3;
end
if temporaryquestreal == 11
quest_real4 = 6.93;
end
if temporaryquestreal == 12
quest_real4 = 7.56;
end
else
quest_real4 = qtest4rounded;
end
quest_real4=log10(quest_real4);%%eingefügt für log umwandlung
%%% ggf in log umrechnen damit experimenter "normale zahl" eingeben
%%% kann
theresponse = input('antwort');
while theresponse<0 || theresponse>1
display('Not a valid number please try again')
theresponse=input('Enter 0 or 1:')
end
quest_response4=theresponse;
responses.response4(i) = quest_response4;
q4=QuestUpdate(q4,quest_real4,quest_response4);
end
Thresholds1=QuestMean(q1);
Thresholds2=QuestMean(q2);
Thresholds3=QuestMean(q3);
Thresholds4=QuestMean(q4);
data.difference(1,:) = q1.intensity(1,1:32);
data.response(1,:) = q1.response(1,1:32);
data.difference(2,:) = q2.intensity(1,1:32);
data.response(2,:) = q2.response(1,1:32);
data.difference(3,:) = q3.intensity(1,1:32);
data.response(3,:) = q3.response(1,1:32);
data.difference(4,:) = q4.intensity(1,1:32);
data.response(4,:) = q4.response(1,1:32);
save (['Threshold1_cond' num2str(cond) 'VP' num2str(subjnr) '.mat'], 'Thresholds1')
save (['Threshold2_cond' num2str(cond) 'VP' num2str(subjnr) '.mat'], 'Thresholds2')
save (['Threshold3_cond' num2str(cond) 'VP' num2str(subjnr) '.mat'], 'Thresholds3')
save (['Threshold4_cond' num2str(cond) 'VP' num2str(subjnr) '.mat'], 'Thresholds4')
save (['q1_cond' num2str(cond) 'VP' num2str(subjnr) '.mat'], 'q1')
save (['q2_cond' num2str(cond) 'VP' num2str(subjnr) '.mat'], 'q2')
save (['q3_cond' num2str(cond) 'VP' num2str(subjnr) '.mat'], 'q3')
save (['q4_cond' num2str(cond) 'VP' num2str(subjnr) '.mat'], 'q4')
save (['data' num2str(cond) 'VP' num2str(subjnr) '.mat'], 'data')
%und am ende werden alle gemittelt basically
%dann kann ich zb it psignifit psychometric function plotten um mal
%zu checkenS
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%response udn intensity vllt der einfachheit halber nochmal gesondert
%%%abpsoechern