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
RE: MPD error [ Reply ]
By: Ronan Le Boulch on 2011-05-11 06:46
[forum:107076]
M Mohan,

I'm surprised because the binary installer does not include the "Mat2MPTKDemo.m" script file. So i'm guessing you installed the source archive...
In any case, this is not the way to use MPTK. If you want to use MPTK within Matlab, you should not use this script file.
1) Follow the documentation "Users documentation" which will guide you through
- The installation procedure (either with source or binary archives)
- Follow the procedure used through "Getting started.m" script.

Ronan

MPD error [ Reply ]
By: mohan m on 2011-05-10 12:17
[forum:107064]
Sir,
I have loaded MPTK binary 64 bit. But i am getting error using Mat2MPTKDemo.m. The error is attached below
??? Error using ==> textscan
Invalid file identifier. Use fopen to generate a valid file identifier.

Error in ==> Mat2MPTKLoadSettings at 3
params = textscan(fid, '%s%s');

Error in ==> mpd_wrap at 77
Mat2MPTKLoadSettings;

Error in ==> mpd at 33
mpd_wrap('tempin.wav', 'tempbook.bin', 'E', 'tempdecay.txt', varargin{:}, 'tempres.wav');

Error in ==> Mat2MPTKdemo at 2
[B, res, dec]=mpd(y, Fs, 'n', 1000, 'R', 100);%will run mpd with the 'default.xml' dictionary file.

What should i do? I have no idea. I am a undergraduate engineering student. I am in need of help. Please do help me.

Regards,
Mohan