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: Signal reconstruction [ Reply ]
By: Ronan Le Boulch on 2011-05-16 08:59
[forum:107106]
Mathew,

We are currently working to resolve this problem but it could take a while !
The solution of your problem is MPTK 0.5.8....

In my opinion there are 2 ways to resolve it :
1) Use MPTK 0.5.8 with a windows 32 bits system ! (WORKS FOR SURE)
2) Force Matlab installation to 32 bits and use MPTK 0.5.8 (WORKS PROBABLY)

Signal reconstruction [ Reply ]
By: mathew mathew on 2011-05-12 14:48
[forum:107092]
Sir,
But on using the command mprecons instead like
sig_rec = mprecons(book);
i m getting the following error.

------------------------------------------------------------------------
Segmentation violation detected at Thu May 12 20:13:50 2011
------------------------------------------------------------------------

Configuration:
MATLAB Version: 7.6.0.324 (R2008a)
MATLAB License: 161051
Operating System: Microsoft Windows Vista
Window System: Version 6.1 (Build 7600)
Processor ID: x86 Family 6 Model 5 Stepping 2, GenuineIntel
Virtual Machine: Java 1.6.0 with Sun Microsystems Inc. Java HotSpot(TM) Client VM mixed mode
Default Encoding: windows-1252

Fault Count: 1

Register State:
EAX = 1d6be860 EBX = 1d6be860
ECX = 00000009 EDX = 00000000
ESI = 00000000 EDI = 1b19cfa8
EBP = 00d3df00 ESP = 00d3deb8
EIP = 04ca16a8 FLG = 00210246

Stack Trace:
[0] MDCT_ATOM.dll:0x04ca16a8(0, 0x1b19cfa8, 0x1b19cfa8, 0x1d821a98)

This error was detected while a MEX-file was running. If the MEX-file
is not an official MathWorks function, please examine its source code
for errors. Please consult the External Interfaces Guide for information
on debugging MEX-files.

If it is an official MathWorks function, please
follow these steps to report this problem to The MathWorks so we
have the best chance of correcting it:

The next time MATLAB is launched under typical usage, a dialog box will
open to help you send the error log to The MathWorks. Alternatively, you
can send an e-mail to segv@mathworks.com with the following file attached:
C:\Users\Mathew\AppData\Local\Temp\matlab_crash_dump.3944

If the problem is reproducible, please submit a Service Request via:
http://www.mathworks.com/support/contact_us/ts/help_request_1.html

A technical support engineer might contact you with further information.

Thank you for your help. MATLAB may attempt to recover, but even if recovery appears successful,
we recommend that you save your workspace and restart MATLAB as soon as possible.

[Please exit and restart MATLAB]>>

Regards,
Mathew