Batch export PSD files to CSV files using subject name as the file name

Good evening,
I have about 88 PSD files, 1 for each subject in my protocol. Is there a way to batch export each PSD to a CSV file using a process? I was unable to find a relevant operation in the processes.

Select the PSD files with a database search:
https://neuroimage.usc.edu/brainstorm/Tutorials/PipelineEditor#Search_Database

Then loop over files and call the function export_timefreq.m. Read the header of this function for help.
The Scripting tutorial can help you with the data structures:
https://neuroimage.usc.edu/brainstorm/Tutorials/Scripting#Reference:_File_manipulation

To get the codes of the possible file formats:

bst_get('FileFilters', 'timefreqout')
1 Like

Thank you. Do i need to have the full Matlab installed?

Do i need to have the full Matlab installed?

For scripting, yes.