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 mohanag

  1. mohanag

    Need matlab file for FSK Modulation and Demodulation

    Find the matlab code below: %FSK Modulation bit = round(rand(1,10)); % bit stream of random 1's and 0's bitperiod = 0.01; %bit period fs = 15000; %sampling frequency fc = [3000 5000]; % carrier frequency % create the FSK signal L=length(0:(bitperiod/1500):bitperiod); transmitted = zeros(1,L)...
  2. mohanag

    Amplifying with transistor

    I have gone through the circuit the first stage is Class C amplifier has the ability to amplify the signal in pulse mode also it increases the power of the signal.
  3. mohanag

    ECG monitoring system based on wireless sensor networks.

    Hi, I have one doubt r u going to implement this project with the hardware or u r only going to simulate it in a network simulators. If u r doing in hardware means zigbee protocol standard will be the best. Also you can simulate this zigbee protocol in NS2 Simulator also. Please find the...
  4. mohanag

    SoC development tools and tutorial links

    Re: Reg: SoC development Hi, I already used Synopsys VCS-MX for building ARM based SoC's in Wipro from TI servers. I feel that it is too big, will it be available to educational institutes?. I will check mentor graphic tools also. Thanks in advance
  5. mohanag

    SoC development tools and tutorial links

    Reg: SoC development Hi, Could any one please suggest me any tools for SoC Development, at the educational institute level in india. Also some tutorial links. Thanks in advance.
  6. mohanag

    Dynamic webpage with videos.

    Hi, I would like to build a Dynamic webpage for Embedded Ethernet. Also I would like to incorporate the live video clippings in my webpage. Can any one please suggest books, links or prescribed micro controller for this purpose. Also please suggest the recommended camera for this application...
  7. mohanag

    Layout LLB for USB- type B connector and Sd/MMC card

    Hi Can anyone please send me the footprint for SD/MMC card connector and USB- typeB connector in ORCAD Layout. Thanks in advance, Mohana
  8. mohanag

    Layout Guidelines for Ethernet and USB

    layout for ethernet Hi Is there any layout guidelines for Ethernet RMII interface and USB device Differential pairs. Thanks in advance
  9. mohanag

    scrolling msg PCB layout Tutorials.

    pcb tutorials Hi, Can anyone suggest me good layout sotware for PCB design. Also give some tutorials based on PCB layout. Is there any tool is available for free of cost. My design consists of almost 200 components. Shematic entry and net list generation was over. Thanx in advance:D
  10. mohanag

    MMC/SD protocol implementation.

    sd protocol Hi, I am using MCB2370 keil board, in which i am interfacing an SD/MMC card. I need good tutorial for MMC/SD protocol card implementation for embedded systems. Thanks in advance.:|:|:|
  11. mohanag

    problem with programming VIC in LPC2378 controller.

    compiler lpc2378 discount price Hi, I have incorporated this piece of code in my program but still it didn't worked for me. #include <stdio.h> #include <LPC23xx.H> #define ISR_ENTRY() asm volatile(" sub lr, lr,#4\n" \ " stmfd sp!,{r0-r12,lr}\n" \...
  12. mohanag

    problem with programming VIC in LPC2378 controller.

    purpose of using interrupts in lpc2378 Hi, :cry::cry::cry: I have included while(1){} at the end of my code but still it didn't jumped to the ISR. Thanks in advance
  13. mohanag

    problem with programming VIC in LPC2378 controller.

    keil t0_irqhandler lpc2378 Hi, I have written a c code for LPC2378 microcontroller, inorder to set a timer and generate an interrupt whenever the timer overflow occurs and the interrupt is mapped to VIC timer0 vector address 4. The problem is while watching the timer and vector register...
  14. mohanag

    XCR3032XL-10VQ44C xpla coolrunner series CPLD programming

    programming cpld coolrunner Hi, Can anyone plz tell how to program this XCR3032XL-10VQ44C CPLD through JTAG. Also please mention what are the software tools that i need to have and in which HDL i have to use. Thanks in advance. :?::?::?::?::?::?:

Part and Inventory Search

Back
Top