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 2010ee179

  1. 2

    Block filtering for real time signals

    Hey , I'm trying to implement a FIR filter using PIC32 microcontroller. I read a sample, process it and then send it to output. I'm done and waiting for next sample. This is sample by sample filtering. Now I want to implement block filtering that is to read a block of consecutive samples...
  2. 2

    Fir filter designing in matlab

    Type fdatool in MATLAB. It'll open some GUI. Here you can specify : >>your response type as lowpass >>design method FIR (there will be a drop down menu...choose equiripple if you are not sure what to do with this) >>select minimum order >>choose Fs, Fpass and Fstop (Fstop - Fpass is your...
  3. 2

    Raised cosine filter using dsPIC

    Hello everyone, I want to implement a raised cosine filter to properly shape my data. Data speed is 1 Mbps. I've got some experience with PIC microcontroller plus I've PICkit 2. So I'd like to use dsPIC only. I've no idea how I am gonna do it (may be using tapped delay line) but before...
  4. 2

    what exactly is Residual carrier

    Can someone explain what does "residual carrier" mean and how is that important to consider? I googled and read wiki page but I am not satisfied much...
  5. 2

    Rotate by particualr angle in ads

    I am using ADS 2009...I couldn't find any way to rotate a component (either in schematic or in layout) by particular angle...all it does is to rotate any component by 90 degree just...:roll: Is there any way of doing that? Hope I posted this question at right place...
  6. 2

    Understanding Microstrip Tee

    Questions: 1) Purpose of microstrip Tee 2) how do microstrip Tees work? 3) When to use microstrip Tee? For example, in the attachment shown...is it right to use a Tee here. I mean, I've to connect two microstrip lines and one diode. Should I use tee or something else? Any help will be...
  7. 2

    print layout in ADS ????

    Guys i've similar issue...I am using ADS 2009...when i print layout, it prints nothing...I am freaking out now!
  8. 2

    [SOLVED] Modifying a component in proteus

    Thanks alexan_e!!! I want to get complete command on proteus...and there is no guide for intermediate user. All tutorials on internet are for beginners. Do you know any website or any book or anything which could help me understand proteus well.
  9. 2

    [SOLVED] Modifying a component in proteus

    Hi guys, I want to use column CATHODE 5x7 dot matrix display but proteus has only column ANODE 5x7 dot matrix display... I just want to know how to modify this column anode display to column cathode display...Or how can I create column cathode display in proteus???
  10. 2

    Routine for LCD DDRAM addressing

    Re: lcd ddram addressing Well the problem is, I don't know how to keep track of position of cursor..:|
  11. 2

    Routine for LCD DDRAM addressing

    Hey guys, I've got LM1000TGR 16x1 LCD... It's ddram address are: 0x80 to 0x87 for left 8 characters 0xC0 to 0xC7 for right 8 characters I just don't know how to tell microcontroller that you've reached to 0x87 now you need to jump to 0xC0 for next character to be printed. I'm using...
  12. 2

    How to make C library in MPLAB?

    Thanks...Can you please tell me what are the available libraries provided by Hi tech C compiler??? Or give me a link where they are listed...
  13. 2

    How to make C library in MPLAB?

    I've written the code for delay_ms() for pic16f877a....I want to use it in other programs... How do I do it in MPLAB?
  14. 2

    pic18f458 header file problem

    Thanks....:)
  15. 2

    pic18f458 header file problem

    Hey everyone, I just started to learn PIC18 micro controllers. I am following a book by mazidi. Can you provide me pic18f458.h file which mazidi use??? It comes with Hi-Tech C compiler but there is some problem with it....I don't see any thing written in it nor in htc.h file. So compiler...

Part and Inventory Search

Back
Top