Created
January 31, 2019 20:32
-
-
Save mattgaidica/438a798d76440f65caea295be6a52cc7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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