Sharing custom process for ABR analysis

Hi there BST community,

Here I share a custom process that I made for all the AEP researchers out there specialising in ABRs.

This process takes in X number of epochs and generates a weighted averaged waveform, noise per epoch, classic and weighted residual noises, and classic and weighted Fsp values (numerator df = 15 but can be easily amended). The process, therefore, generates 6 files in total. The weighted averaging in this custom process is not the same as the one already implemented in Brainstorm.

I hope it becomes useful for those that need it.

process_wavg_rnoise_nepoch_fsp.m (14.3 KB)

1 Like

Thank you

@mcp0228, thank you for your contribution.

This can be placed in the Brainstorm repository for users processes:
https://github.com/brainstorm-tools/bst-users

Create a fork of the project, create a new folder in processes with the name of the process, and put inside the process file, then create the PR (pull request). These steps can be done with the GitHub interface, there is no need to install git.

If you don't know how to do any of this, please let me know and I'll do it for you. Just let me know your GitHub user in case you have an account.

Best,
Raymundo

@Raymundo.Cassani
thanks for the reply - I do not know how to do this.
My GitHub user name is mcp0228.

Done!
It was added in this commit: https://github.com/brainstorm-tools/bst-users/commit/b4d7d8d

1 Like