Home My Page Projects MPTK: The Matching Pursuit ToolKit
Summary Activity Forums Tracker Lists Docs News SCM Files

Forum: help

Monitor Forum | Start New Thread Start New Thread
Plotting harmonic MP [ Reply ]
By: Andrew McLeod on 2013-02-16 19:01
[forum:110498]
There seems to be a problem when using bookover with harmonic MP. At first, there was an error with bookover line 127 where numPartials should be numPartial (I think). I changed that, but am now getting the following error in MATLAB:

Error using *
Inner matrix dimensions must agree.

Error in bookplot (line 129)
fv = fs*atom.freq*atom.harmonicity';

Error in bookover (line 86)
[gh,hh,dh] = bookplot( book, chan );