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 Naveed Ahmed

  1. N

    [SOLVED] Matlab Code to read WLAN (Wifi) Signal strength

    Finally I was able to use WLANapi from Windows to retrieve the signal strength.. - - - Updated - - - Thanks to thread http://stackoverflow.com/questions/1192376/wlan-api-for-getting-signal-strenth
  2. N

    [SOLVED] Matlab Code to read WLAN (Wifi) Signal strength

    Hello, I want to read & plot wifi signal in PC. Can we read Signal strength of Wifi (WLAN IEEE 802.11) in matlab? If not, what are the other methods to read and plot my PC wifi signals? If you have sample code or useful links please share with me. Thank you, Regards, Naveed
  3. N

    long distance serial communication

    Hi Waqas, There is a distance limitation for Rs232 standard, this distance depends on data-rate(baudrate). You can send and receive data through MAX232 for 30 feets (9.14 meters) if you keep your baudrate 9600 bps. Refer to the given link for baudrate and distance details. Lengths of serial...
  4. N

    Partial Product Multiplication in (Hardware Multiplier/MACs)

    Hi All, Anyone know about the advantages of Partial Product Multiplication over normal Multiplication?? I have seen some latest publications in which they use "Partial Product" in hardware MAC/Multiplier unit. Thanks & Regards, Naveed
  5. N

    Multiply and Accumulate Architectures for FIR and IIR filters

    chitturi, Thanks chitturi; The link mentioned by you is good which has assembly optimized libraries for FIR,IIR & FFT. But it doesnt have FIR,IIR in hardware :) Regards, Naveed
  6. N

    Want to control 220v AC

    Its not necessary to use MOC3041 , you can also use MOC3021 or any other which is available/compatible. The part number for triac is BTA16(if you want to drive 16A AC load) , it depends on your load.
  7. N

    Multiply and Accumulate Architectures for FIR and IIR filters

    Thanks for the reply chitturi, Can you give the name/number of the processor which you are referring to (10 point FIR in 1 cycle , 10 point IIR in 3-4 cycles). If you have some documents on survey on it , can you provide the documents too? Thanks & Regards, Naveed
  8. N

    Want to control 220v AC

    I am attaching the schematic of solid state relay which uses opto-isolator and triac. Please use heat sink with triac!! ---------- Post added at 15:45 ---------- Previous post was at 15:21 ---------- Shamikruda, The circuits which are posted by me and hongphus can be used with...
  9. N

    Want to control 220v AC

    You can use BTA16 triac with an optocoupler. Your microcontroller will trigger the optocoupler which will trigger the triac. BTA16 can pass 16A current, which is sufficient for your load. This is how you can Isolate AC and DC. Naveed
  10. N

    Multiply and Accumulate Architectures for FIR and IIR filters

    Hi All, Has anyone done the survey on MAC architectures for digital filters in terms of performance, power consumption, less chip area? I want the details that how much work has been done on it. If yes , can you please provide the details/report of that? Thanks alot, Regards, Naveed
  11. N

    Solutions and Material on Digital Filter Hardware using MACs

    Thanks Permute for the info, I can look on the documentations mentioned by you. Regards, Naveed
  12. N

    Solutions and Material on Digital Filter Hardware using MACs

    Hi, I am doing survey on "Hardware modules of Signal Processing", Anyone has any material related to FIR/IIR digital hardware using MACs? Useful links will also be helpful. Thanks, Regards, Naveed
  13. N

    [SOLVED] ARM1176 (VFP) Vector Floating Point Push/Pop

    Hi, I am using ARM1176 with VFP(Vector Floating Point Co-processor on chip) on Linux, I want to push single precision registers on to the stack. When I push them on to stack, compiler complains and says "ARM register expected" . Can we push S1,S2,S3 on to stack? I dont want to go with other...
  14. N

    Force variation with increasing/decreasing distance and angle?

    What do you mean by lower side supported? I mean we only have two sensor points that are UL and UR. At the lower side there are no sensors mounted!
  15. N

    Extracting data from GPS Cell phones

    If you are planning to use external Microcontroller then it is much easier. What you can do is, you can find some test points for GPS and GSM modem which are built-in in your cell. 1. I hope GPS will have UART interface you can take out those pins externally and connect it with your...

Part and Inventory Search

Back
Top