Mensen / swa-matlab

Sleep Wave Analysis - an open source toolbox for matlab to score and analyse various waveforms in sleep EEG data
51 stars 20 forks source link

naming problem #23

Closed AnnaCastelnovo closed 9 years ago

AnnaCastelnovo commented 9 years ago

here in the swa template

% Save the filtered to a simple binary file (like .fdt) filteredName = [Info.Recording.dataFile(1:end-4), '_filtered.fdt']; if ~exist(filteredName, 'file') swa_save_data(Data.Filtered, filteredName); end Data.Filtered = filteredName;

I'm probably doing something wrong but it's like is looking for Data.Filtered that doesn't exist..did I miss something?

AnnaCastelnovo commented 9 years ago

ok got it, my bad somewhere in creating the file, nevermind.