octave-maintainers
[Top][All Lists]
Advanced

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

Re: WAVELET TOOLBOX FOR OCTAVE


From: Nicholas Jankowski
Subject: Re: WAVELET TOOLBOX FOR OCTAVE
Date: Tue, 9 Feb 2016 09:12:46 -0500


On Feb 9, 2016 5:39 AM, "Juan Pablo Carbajal" <address@hidden> wrote:
>
>
>
> On Tue, Feb 9, 2016 at 7:05 AM, Fredy Hoyos <address@hidden> wrote:
>>
>> I really don't have experience with mercurial or git. And with respect to the tests, i have never made these tests, i suppose i can learn, but if you can help me with that, it would be good for me.
>>
>> Yes i have the source for the manual "LIBRERÍAS PARA WAVELETS EN OCTAVE.docx"
>>
>> 2016-02-08 20:16 GMT-06:00 Carnë Draug <address@hidden>:
>>>
>>> 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ë
>>
>>
> Hi Freddy,
>
> A docx is hardly what we call sources. Do you have experience with Latex?
>
> To learn how to write test just look into the examples. Your tests is a block that starts with
> %!test
>
> and then you write nomral Octave code testing the function. Each line commented with %!
> You put this at the botton of your function file, as in the examples.
>
> To run your test you do
>
> test myfunc.m
>
> Bienvenido a Octave y espero que puedas organizar tu paquete para que esté en Octave-Forge!
>
> Saludos
>

Sharelatex.com isn't a bad way to get started learning latex. Single user access is free.


reply via email to

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