Skip to content

Instantly share code, notes, and snippets.

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