octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WAVELET TOOLBOX FOR OCTAVE


From: Carnë Draug
Subject: Re: WAVELET TOOLBOX FOR OCTAVE
Date: Tue, 9 Feb 2016 02:16:21 +0000

On 8 February 2016 at 06:50, fredy alexander hoyos ariza
<address@hidden> wrote:
> 2016-02-07 19:24 GMT-06:00 Carnë Draug <address@hidden>:
>>
>> On 1 February 2016 at 02:33, Doug Stewart <address@hidden> wrote:
>> >
>> > On Sun, Jan 31, 2016 at 5:09 PM, Fredy Hoyos <address@hidden>
>> > wrote:
>> >>
>> >> It is a pleasure for me to contact you.
>> >> I am a student of Electronic Engineering of the Universidad Del Quindío
>> >> in
>> >> Colombia.
>> >> The fact is that I have been developing a "wavelet toolbox" for OCTAVE.
>> >> And I
>> >> would like to integrate this toolbox to OCTAVE. Of course, with your
>> >> consent.
>> >> My toolbox: works so good (you could prove it), is compatible with
>> >> Matlab and
>> >> has a very good efficiency.
>> >> Any question, you could contact me, by email, or you can call me in
>> >> Colombia
>> >> to the number 3122121513; but my english is not so good.
>> >> h
>> >> The Uniquindio Wavelet Toolbox is ready
>> >>
>> >> I attach the toolbox to you, i hope you to do good use of my work
>> >>
>> >>
>> > Octave has a tool box that has wavelets in it.
>> > http://octave.sourceforge.net/ltfat/overview.html
>> >
>> > does your wavelet toolbox do anything more?
>> >
>>
>> This seems to be a fairly comprehensive package that is also Matlab
>> compatible.
>>
>> Fredy, it seems like a lot of work was put on this.  Is all of it original
>> work from you only?  It is a bit odd for so much work to appear suddenly.
>>
>> Carnë
>>
>
> Yes this toolbox was so much work, I've been working on it since a long
> time, as this toolbox is my graduation project (at the Universidad del
> Quindío). I can send you a manual but this is in Spanish, but i think this
> is clear. by the way my project manager is the teacher Jorge Ivan Marin
> Hurtado (address@hidden);  Jorge Ivan Marin Hurtado is too the
> director of the electronic engineering program in the Faculty of Engineering
> at the Universidad del Quindío
>

Please keep the mailing list in CC when replying.  This is of interest for
the rest of the community.

Looks like a great work.  It seems to fit into an Octave Forge package.
There's a couple of things that are needed.  First you need to have a
repository.  Do you have experience with mercurial or git?  Did you work
your package with some version control?  If so, we should import it.

Also, your code does not have any tests.  This is necessary to make sure
the code will continue work for a long time and is useful for others.
Can you write Octave tests?  Here's some examples:

  
http://hg.savannah.gnu.org/hgweb/octave/file/6a73d6e36647/scripts/signal/hamming.m#l70
  
http://hg.savannah.gnu.org/hgweb/octave/file/6a73d6e36647/scripts/signal/fftshift.m#l90
  
http://hg.savannah.gnu.org/hgweb/octave/file/6a73d6e36647/scripts/signal/freqz.m#l204

It's also great that you have a manual, even if only in spanish.  However,
everything must be built from source.  Do you have the source for the
manual?  You will also need to keep that under version control.

Carnë



reply via email to

[Prev in Thread] Current Thread [Next in Thread]