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 btminzon

  1. B

    How to plot with x axis in 10log in Mathematica

    mathematica axis Hi fellows, I need to plot an integral versus 10log of the x axis, in other words, i need to plot the reliability of a signal versus SNR, in dB. I tried Plot[NIntegrate[<my function here>],{x,100,1}] and plotted ok, but the x axis is from 1 to 100, and i...
  2. B

    Need open source project to convert from AMR To PCM

    Re: AMR To PCM Hello, Does anybody knows if there is an open source project to convert from PCM to AMR and vice-versa? It can be in C, C++ or Java, for linux, preferentially. Thanks a lot Added after 1 hours 27 minutes: I found :) FFMpeg. I need to use it in a program, but how...
  3. B

    Generate initial delay after the device is programmed.

    Hey Param, you can design a capacitor or a Resistor/Capacitor to charge/discharge, in 3ms. You can use the curve of capacitor discharge, and see when will reach TTL or CMOS logic '1' or '0' in 3ms. You can provide a resistor also to be faster or slower. Good luck
  4. B

    Another Challenging Problem in VHDL Design

    Dude, if this is your homework, it's better you take from your friend. If it is work, this is your business. But if you really need help, try post some code, even if wrong, to we correct you. But, you are asking the code already implemented, without a little effort of you. Please, this is a...
  5. B

    Digital Control System

    oh sure...there's a lot of examples in this forum that will help you. You can use then. Go in Search and try Control inside this (FPGA,PLD,etc) forum....good luck Breno
  6. B

    Digital Control System

    hey 100ml, you can use pld in wherever digital project....even with tri-state, memory, logic, control system, interface, etc.... Breno
  7. B

    How to reuse component (multiplier) for calculation?

    Re: component reuse if you are using VHDL, you can use sintax "port map componentName(value1,value2,...)".....please, see quartus II help for more details....good luck. Breno
  8. B

    RTOS for pentium 1 laptop

    Hey, you can try some old Slackware distr, like 5.0 or 4.0...Its a very robust RTOS and its very lightweight. ALso, very trustfull. Good luck Breno
  9. B

    Help: Any idea for Project design PIC + LED's

    Have you ever think about in a digital voltimeter? if you pic have a A/D, try this, it's a very nice project. Or, with your matrix of leds, you can build a eletronic painel, like those that stay in runways to advice drivers, or like those used for appertising...This is also a very nice...
  10. B

    How to plot the contains of RAM on VGA screen?

    Re: vhdl vga Hey Nimarc, the vhdl code for VGA is just the interface. You need to use a Microcontroler to control the text, some draws, etc. The Spartan chip just convert the bus signals in vga digital signals. You can connect a keybord or a mouse to your microcontroler, and make some...
  11. B

    What is the best software tools for HDL simulation?

    Re: HDL simulation Hey State, the problem is with the version with your ISE Simulator. Maybe it`s trial? you need the FULL version of this, considering the size of your project...Good luck Breno
  12. B

    Difference between BSP and device drivers ?

    bsp driver look, BSP is the set of your hardware driver. If you have windows mobile or CE already instaled and want to add some new hardware, you don`t need another bsp, but another device driver. When you will compile windows for the very first time, you need a set of drivers of you hardware...
  13. B

    simple text to display name

    hey, a program in VHDL, ABEL, AHDL, C, Basic or what? please, be more specific!!!! regards Brneo
  14. B

    Windows/Linux on your H/W

    Hey abdalla....you can try firstly at ubuntu site. If you no longer will use graphical interface, i'm surelly you can run on any 386 with 133Mhz, and maybe less processor...but if you will use graphical interface, probably KDE isn't the better option. You can try another lightweight X server...
  15. B

    From assemblet to C in MSP430

    heve you ever tried asm (MOV(.B)) or asm { MOV(.B) } ? try it!! you will use this assembler instruction in your C program. Don`t worry, is quite commom to use this is microcontroler programming...some cases is faster to do this... regards Breno

Part and Inventory Search

Back
Top