Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Jools

  1. Jools

    Configure Astro to work with the labs

    Try load_scheme "scripts/design_setup.cmd"
  2. Jools

    Anyone know how to control SDRAM using NIOS?

    Try this link **broken link removed**
  3. Jools

    Floating Point to Fixed Point..

    Maybe this attachment help to you
  4. Jools

    Multiple Clock Domain.........

    Try this attachment
  5. Jools

    How to initialize a memory in Quartus

    Re: How to initialize a memory in qu(at)rtus Try from a "*.mif" file.
  6. Jools

    Interpolation in FPGA

    intepolation in fpga I'm also interesting this field. Please, help us.
  7. Jools

    C source code for Radix-2 FFT decimation-in-frequency algori

    Re: C source code for Radix-2 FFT decimation-in-frequency al I have found origin of this FFT program. Try this links **broken link removed** and http://www.gweep.net/~rocko/FFT/
  8. Jools

    C source code for Radix-2 FFT decimation-in-frequency algori

    Re: C source code for Radix-2 FFT decimation-in-frequency al Try Hamming window or Blackman window.
  9. Jools

    C source code for Radix-2 FFT decimation-in-frequency algori

    Re: C source code for Radix-2 FFT decimation-in-frequency al Hi ! It's correct. For а nice precision use a one of window functions for output FFT.
  10. Jools

    Synthesizing Matlab code to FPGA

    matlab code to fpga For Xilinx FPGA you can use AccelDSP.
  11. Jools

    C source code for Radix-2 FFT decimation-in-frequency algori

    Re: C source code for Radix-2 FFT decimation-in-frequency al 1) It's DIF with radix-2 and radix-4 (selectable from command line) 2) Any size of power 2 (2^x) for radix-2 and power 4 (4^x) for radix-4. 3) I have not knowledge about this uC. 4) Input data from console if GEN is defined or from...
  12. Jools

    What are the characteristics of DSL?

    Re: DSL?????
  13. Jools

    C source code for Radix-2 FFT decimation-in-frequency algori

    Re: C source code for Radix-2 FFT decimation-in-frequency al Maybe this code will be useful for you #include <stdio.h> #include <stdlib.h> #include <math.h> #include <sys/time.h> #define PI 3.14159265359 #define MAXPOW 24 struct complex { double r; double i; }; int pow_2[MAXPOW]...
  14. Jools

    Looking for introduction to DSL technology

    Re: DSL Another link
  15. Jools

    Introductory info about adsl

    Another link

Part and Inventory Search

Back
Top