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 Doka

  1. Doka

    [SOLVED] Determining the frequency of nco implemented in FPGA

    Re: determining the frequency of nco implemented in fpga 1. could you for debug purposes output to oscilloscope signal Fclk/64 ? 2. N=12bit - not enough resolution for precise F setup, please use 32bit acc (and 12 bit MSB from this ACC) for fine set desired F - - - Updated - - - That's...
  2. Doka

    Help about Sparten3E kit

    try one of this examples: **broken link removed**
  3. Doka

    implementing PWM for Spartan 3E please help!!! URGENT

    but ref.des. contain full source code: xttp://www.xilinx.com/products/boards/s3estarter/files/s3esk_picoblaze_pwm_control.pdf xttp://www.xilinx.com/products/boards/s3estarter/files/s3esk_picoblaze_pwm_control.zip PS: for modify picoblaze software coding use assembler-tool.
  4. Doka

    CODING IN MATLAB FOR VIDEO CAPTURING ALGORITHM

    Hmm.. "data acquisition toolbox" provide interface to sound-card & digital IO (e.g. LPT) In MatLAB version 7 (and later) exist 2 subjected toolbox: "Image Acquisition Toolbox" "Image Processing Toolbox" Both with exellent examples
  5. Doka

    how does a digital camera work???

    view articles from this resourse: https://www.elphel.com/articles/index.html or (for example) it: **broken link removed**
  6. Doka

    I want TMS320C6711 or 6713 ORCAD schematic.

    tms320c6713+orcad enjoy (link from **broken link removed** ) https://focus.ti.com/myti/focuslogin.tsp?targetUrl=https%3A%2F%2Ffocus.ti.com%2Fmyti%2Fdocs%2Finitiatedownload.jsp&downloadUrl=https%3A%2F%2Ffocus.ti.com%2Fsymfoot%2Fsymbols%2Ftms320c6713gdp225%2Ftms320c6713gdp225_orcad.zip...
  7. Doka

    TI OMAP5912 / OSK / CCS/ DEVELOPMENT TOOLS

    >>is CCS FOR OMAP5912 the same as CCS FOR OMAP5910? yes >>IS CCSTUDIO INCLUDED IN THE STARTER KIT? usually included. but OMAP is exclusion. **broken link removed** >>HOW MUCH IS THE suite of development tools for WINDOWS?(NOT LINUX) **broken link removed**
  8. Doka

    Find fundamental period using stem function

    from matlab 7.0 "doc stem": Two Series of Data on One Graph The following example creates a stem plot from a two-column matrix. In this case, the stem function creates two stemseries objects, one of each column of data. Both objects' handles are returned in the output argument h. h(1) is the...
  9. Doka

    anybody post i2c code...

    I send you "i2c code" by mail . PS: This code possible download direct from xilinx_com after free reg ----------------- Sorry for my bad English.
  10. Doka

    Schematics of 8051 evolution boards

    Re: evolution board you can download shematics various dev.board from this link: https://www.olimex.com/dev/
  11. Doka

    Using Gorner-algorithm in VHDL

    gorner algorithm Try use Gorner-algorithm: instread y(x)=Σa(i)x^i (num.of operations: m add & (m-1)*m/2 mult) calculate y(x) = a0 + x(a1 + x(a2 + ... + am)) (m add & m mult) other way: use CORDIC (source code you find to opencores_org)
  12. Doka

    Can you implement image processing to Spartan-3 starter kit?

    Re: Spartan -3 Why not? But by realization scecific features maybe limitations (resolutions, fps, etc) It is define available capacity of FPGA & size off-chip RAM
  13. Doka

    which DSP is suitable for nonlinear processing?

    For general audio application customary as a rule use float-point DSP. From all moderne and available DSP-family draw your attention to C672x cheap (but not bad) DSP-family Additional advantage for amateur: C672x are available in planal (no BGA) package. **broken link removed** **broken link...
  14. Doka

    IMPLEMENTATION OF FFT ON FPGA

    in one's time this structure of example help me. see attach and references in it (other way - **broken link removed** )
  15. Doka

    CCS Code Composer Studio

    difference between CCS Code Composer Studio C2000 & C5000 - different code generation tools and different simulator. But last version CCS (named as "Code Composer Studio ver3.1 Platinum Edition") support ALL family TI DSP From ti.com easily FET version of CCS (FET - free evaluation tool...

Part and Inventory Search

Back
Top