guruucsd / DifferentialEncoding

Differential Encoding model
1 stars 3 forks source link

Generalize bandpass #91

Closed bcipolli closed 8 years ago

bcipolli commented 8 years ago

This takes the tests/test_bandpass.m script, and generalizes it into a callable function.

EDU>> bandpass_by_task(10, 2, '../34x25/sergent_1982/uber_sergent_args', 'sergent_1982/de/sergent', {}, {'runs', 5})

image

bcipolli commented 8 years ago

@vishaalprasad this is ready for review. Note that if you zoom into the error difference at higher frequencies, you do see the cross-over here :) Also cool to see the interaction change with different bandpass filters; all the task-related graphs are produced using this method.

vishaalprasad commented 8 years ago

Looks good!