Recent content by Xitami

  1. X

    Why do sigmoid functions work in Neural Nets?

    http://www.dspguide.com/ch26.htm
  2. X

    Magnetic Field measurements: Weird FFT signals I cannot explain.

    2^(100 / 6) = 104032 (~6 dB per bit in A/D) noise
  3. X

    Want to learn microcontrollers and signals

    parallax propeller is much more interesting about signals http://www.dspguide.com/pdfbook.htm
  4. X

    Solving Polynomials of Increasing Degree

    Thank you Micromass
  5. X

    Is there any USB device for simulating

    http://en.wikipedia.org/wiki/Sound_card#USB_sound_cards
  6. X

    Solving Polynomials of Increasing Degree

    But please guess :-) how to continue?
  7. X

    Solving Polynomials of Increasing Degree

    x^2+2\\\\ \frac{2}{3} x^3 + \frac{13}{3} x\\\\ \frac{1}{3} x^4 + \frac{14}{3} x^2 + 2\\ \\ \frac{2}{15} x^5 + \frac{10}{3} x^3 + \frac{83}{15} x\\ \\ \frac{2}{45} x^6 + \frac{16}{9} x^4 + \frac{323}{45} x^2 + 2\\\\ \dots [SIZE="6"]?
  8. X

    Finding Fibonacci Sequence Number with Input

    $$\begin{bmatrix}0&1\end{bmatrix} \cdot \begin{bmatrix}1&1\\1&0\end{bmatrix} ^ n \cdot \begin{bmatrix}0\\1\end{bmatrix}$$
  9. X

    LaTeX LaTex and solution for an infinite series

    http://en.wikipedia.org/wiki/Dirichlet_eta_function
Back
Top