1:BUILD_BY[name] student4 1:BUILD_ENVIRONMENT[operating system 32 vs 64] Matlab R2014b 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] Matlab 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] Readme mentions "some need files in the 'Ancillary files' folder to run" this folder is not included. Hard coded path for data: path_prefix = 'C:\research\anti_ENF\data\'; changed to: /home/student/temp/repro/ChuangGM12/data/ Readme gives this flow: (a) computeCombiningWeights -> [weights] (b1) computeSpectrogramStrips -> [ENF] (b2) computePseudoSpectrumStrips -> [ pseudo_spectra_strips, frequency_support ] (c) computeCombinedSpectrum -> [ OurStrip_Cell, initial_frequency ] (d) computeENFfromCombinedStrip -> [ENF] Search for each function, and they are not called. This requires writting a script or calling each function in turn. Set all the variables to reasonable length: >length(signal) frame_size_secs overlap_amount_secs nfft fs nominal harmonic_multiples width_band ans = 540176 frame_size_secs = 5 overlap_amount_secs = 2 nfft = 32768 fs = 8000 nominal = 60 harmonic_multiples = 1 2 3 4 5 6 7 8 width_band = 10 This successfully returns something > r r = [ 83x21 double] [165x21 double] [247x21 double] [329x21 double] [411x21 double] [493x21 double] [575x21 double] [657x21 double] 1:END_NOTES 2:BUILD_BY[name] 2:BUILD_ENVIRONMENT[operating system 32 vs 64] 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] 2:END_NOTES