Giter Site home page Giter Site logo

Comments (6)

unclekev avatar unclekev commented on August 17, 2024

Not sure I made myself completely clear in my last post (it was late at night) the 'forward' method being invoked in my code is in the Transform class, not the overridding 'forward' method in the AncientEgyptianDecomposition Class.

Thanks,

Kevin

from jwave.

cscheiblich avatar cscheiblich commented on August 17, 2024

Hi Kevin,

just for closing the issuse, in case of someone is searching ...

a signal of 1280 is not in scope 2^p | p = {0,1,2, .. }, so the Ancient Egyptian Decomposition will do its job like 1280 => 2^10 + 2^8 and performs two separete FWTs. The array looks like: {1024, 256}.

all the best
Christian

from jwave.

unclekev avatar unclekev commented on August 17, 2024

Christian,

Thanks, I progressed my design using 4 second epochs, i.e. 1024 samples, not 1280.

This was further broken down into 8 frames of 128 samples per epoch with each frame passed through JWave.

Thanks for your support.

Kevin

Sent from my iPad

On 21 Sep 2014, at 09:16, Christian [email protected] wrote:

Hi Kevin,

just for closing the issuse, in case of someone is searching ...

a signal of 1280 is not in scope 2^p | p = {0,1,2, .. }, so the Ancient Egyptian Decomposition will do its job like 1280 => 2^10 + 2^8 and performs two separete FWTs. The array looks like: {1024, 256}.

all the best
Christian


Reply to this email directly or view it on GitHub.

from jwave.

cscheiblich avatar cscheiblich commented on August 17, 2024

Hi Kevin,

and did you get you receive the results you expected?

all the best
Christian.

2014-09-21 22:56 GMT+02:00 unclekev [email protected]:

Christian,

Thanks, I progressed my design using 4 second epochs, i.e. 1024 samples,
not 1280.

This was further broken down into 8 frames of 128 samples per epoch with
each frame passed through JWave.

Thanks for your support.

Kevin

Sent from my iPad

On 21 Sep 2014, at 09:16, Christian [email protected] wrote:

Hi Kevin,

just for closing the issuse, in case of someone is searching ...

a signal of 1280 is not in scope 2^p | p = {0,1,2, .. }, so the Ancient
Egyptian Decomposition will do its job like 1280 => 2^10 + 2^8 and performs
two separete FWTs. The array looks like: {1024, 256}.

all the best
Christian


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#6 (comment).

from jwave.

unclekev avatar unclekev commented on August 17, 2024

Not absolutely certain, but I think so. I have now submitted my project thesis so will know for certain in November.

Regards,

Kevin King

On 24 Sep 2014, at 10:46, Christian [email protected] wrote:

Hi Kevin,

and did you get you receive the results you expected?

all the best
Christian.

2014-09-21 22:56 GMT+02:00 unclekev [email protected]:

Christian,

Thanks, I progressed my design using 4 second epochs, i.e. 1024 samples,
not 1280.

This was further broken down into 8 frames of 128 samples per epoch with
each frame passed through JWave.

Thanks for your support.

Kevin

Sent from my iPad

On 21 Sep 2014, at 09:16, Christian [email protected] wrote:

Hi Kevin,

just for closing the issuse, in case of someone is searching ...

a signal of 1280 is not in scope 2^p | p = {0,1,2, .. }, so the Ancient
Egyptian Decomposition will do its job like 1280 => 2^10 + 2^8 and performs
two separete FWTs. The array looks like: {1024, 256}.

all the best
Christian


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#6 (comment).


Reply to this email directly or view it on GitHub.

from jwave.

cscheiblich avatar cscheiblich commented on August 17, 2024

Hi Kevin,

looked again into the code and you are right! The exception in Transform.forward and .reverse is misplaced!

Thanks for the hint, I am going to change it soon.

All the best
Christian

from jwave.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.