In my raw file, I have event markers called 'audio' following event markers 'response_xx' where xx changes based on 5 different conditions. I need to either create new event markers "audio_xx" or rename the audio markers to "audio_xx" based on the condition in the preceding response marker.
Will combine stimulus process be helpful in my case? or please help me with any other means of doing this.
Thank you for the response. One issue I faced while performing the combine stimulus method is the time between the response and the audio events was not constant in all the trials. So I managed to do a workaround by importing the raw file into Matlab, adding the new markers by computing time from the previous markers, and then using bst_save to add the raw file back into the db.