Skip to content

Instantly share code, notes, and snippets.

@mattgaidica
Created January 31, 2019 20:12
Show Gist options
  • Save mattgaidica/8d3f38b7b6c45412f8a8c2656d5617ac to your computer and use it in GitHub Desktop.
Save mattgaidica/8d3f38b7b6c45412f8a8c2656d5617ac to your computer and use it in GitHub Desktop.
timePeriod = 10;
Fs = 1000;
oscillationFreq = [4;10;30;75];
oscillationOnOff = [0,10;1,2;0,5;6,9];
oscillationAmp = [1;1;3;2];
[lfp,t] = groundTruthLFP(timePeriod,Fs,oscillationFreq,oscillationOnOff,oscillationAmp);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment