Search:

Type: Posts; User: Richard_L; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    1,781

    Moving median, signal processing

    First an example with moving mean. If the output signal is the mean of current input value and the two values before we write:
    y[n] = 1/3( x[n] + x[n - 1] + x[n - 2])
    Then we can get the impulse...
  2. Replies
    25
    Views
    2,818

    Re: [Idea] "LaTeX from A to Z" topic

    I haven't used beamer but I think you should use \includegraphics{filename} and load \usepackage{graphicx, color}. But read the beamer tutorial.
  3. Thread: Sound Octave

    by Richard_L
    Replies
    1
    Views
    3,242

    Re: Sound Octave

    With some amplifying can I now hear the signal, but weak.

    octave:8> playaudio (200 * x)
  4. Replies
    25
    Views
    2,818

    Re: [Idea] "LaTeX from A to Z" topic

    "Under OpenOffice, I just did an export to *png of all graphics I am interested in."

    Try use pdf instead.
    Under OpenOffice, just do an export to *pdf of all graphics you are interested in.
  5. Thread: Sound Octave

    by Richard_L
    Replies
    1
    Views
    3,242

    Sound Octave

    Hello, I do not get any sound in Octave. I'm trying to listen to a vector.

    rl@rl:~$ octave -v
    GNU Octave, version 2.9.9 (x86_64-pc-linux-gnu).
    ...
Results 1 to 5 of 5