TWOEARS / blackboard-system

Two!Ears Auditory Model - Blackboard system module
http://docs.twoears.eu/en/latest/blackboard/
GNU General Public License v2.0
3 stars 2 forks source link

Problem requesting data with DnnLocationKS from AuditoryFrontEndDepKS #12

Closed hagenw closed 8 years ago

hagenw commented 8 years ago

I guess the following error is related to the change in the request of data from the AuditoryFrontEndDepKS as implemented in #3.

In order to recreate the problem, please go to the localisation_DNNs folder and execute the follwoing:

>> localise

-------------------------------------------------------------------------
Source direction   DnnLocationKS w head rot.   DnnLocationKS wo head rot.
-------------------------------------------------------------------------
Error using CorrelationSignal/getSignalBlock
Too many input arguments.

Error in AuditoryFrontEndDepKS/getSignalBlock (line 65)
            signalBlock = signalStream.getSignalBlock( blockLen, backOffset, padFront );

Error in AuditoryFrontEndDepKS/getNextSignalBlock (line 83)
            signalBlock = obj.getSignalBlock( sigId, blockTimes, padFront, padEnd );

Error in DnnLocationKS/execute (line 85)
            cc = obj.getNextSignalBlock( 1, obj.blockSize, obj.blockSize, false );

Error in Scheduler/executeFirstExecutableAgendaOrderItem (line 63)
                        nextKsi.ks.execute();

Error in Scheduler/processAgenda (line 29)
                [exctdKsi,cantExctKsis,~] = ...

Error in BlackboardSystem/run (line 217)
                obj.scheduler.processAgenda();

Error in estimateAzimuth (line 18)
bbs.run();

Error in localise (line 37)
    phi1 = estimateAzimuth(sim, 'BlackboardDnn.xml');                % DnnLocationKS w head movements

/cc @ivo--t

ningma97 commented 8 years ago

Did you pull the changes from the AFE repo?

hagenw commented 8 years ago

Good point, my fault. I always forget to pull all of our repos.