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 iTdl

  1. I

    want a good book for dsp

    start with book like Lyons. Implement lot of matlab/octave code. get clear of the concepts
  2. I

    How to download a google map of a city?

    Re: Need Google maps 1. **broken link removed** check if this helps. 2. Have you decided how map matching process (algorithm) you are going to implement? just as a curiosity!
  3. I

    Some useful references on LDPC

    ldpc soft decision decoding .m matlab Thanks for sharing this. Have u implemented LDPC decoder?
  4. I

    Decoding a signal for 2 users simultaneously in CDMA?

    1. you dont need to extract the signal at the receiver ( i mean no physical operation required for extraction before correlation) i) when you do the correlation of available PN sequence codes from set (user is for sure going to send code from this set) with the received signal (which is sum of...
  5. I

    diff in wiener and kalman

    How Wiener and Kalman filters are in principle different?
  6. I

    Decoding a signal for 2 users simultaneously in CDMA?

    (just an idea) As the CDMA codes are orthogonal. If we correlate all the PN codes with received signal (considering that received signal is time aligned. Otherwise algo needs extension to consider delay or non-alignment), we will get different power level for all the available PN codes. Now set...
  7. I

    Little help here.. :)

    Instead of just implementing signal chain, Consider anything specific like (this is relating to Layer-1)- 1. Channel estimation for WiMax pilot scheme in DL UL 2. MIMO/STC detection schemes from WiMax point of view 3. Ranging code decoding algorithms are receiver (UL) 4. HARQ implemenations in...
  8. I

    What to consider before implementing Kalman filter?

    Re: Kalman filter 1. Filter design - find out the states of your system 2. Calculate Q and R. (Robert brown and Patrick Hwang book is a material good on this) 3. There is also lot in tuning. But before all these your state-space design of the system should be available
  9. I

    Ideas for thesis in electronics and communication engineering

    Re: finding proposal १. You can consider Adaptive multi beam antenna related projects. 2. specific application antennas for emerging technology like WiMax
  10. I

    Guide Lines To send data over ethernet [ENC28J60+dsPIC33F]

    enc28j60 guide I am not sure if this helps- 1.To go about, you should be able have connection between two system (physical connection) to test. Proper cable. If you are connecting PCs directly then crosswire connection cable. 2.Implement the code which will run on both machines (with proper...
  11. I

    Request for help in project on Wimax

    yes that is good (Paulys' post). you need test vectors to make sure that you have got correct implementation. Although, implementing WiMax as a full standard (even if only for Layer-1) as a academic project is difficult. First do some study. List out the features (modulation schemes, FEC...
  12. I

    How to countermeasure GPS ?

    Re: counter GPS can you please explain what do u mean by counter GPS? Do you want to avoid GPS? or do you want to use GPS as time measuring instrument (use as a counter)?
  13. I

    What exactly is UL/DL MAP?

    Re: What is UL-MAP? DL map - gives information for current frame structure. as user (receiver, MS) doesnt know about encoding of DL map, DL map starts at fixed location and with fixed encoding scheme (layer-1). mac layer at receiver decodes DL map and gives information to PHY to decode the...
  14. I

    runtime plotting in matlab

    1. if you want to plot data on different figure each time, insert 'figure' statement in your code as -- for i=1:10 % get data figure; plot(data); end 2. if you want to plot data in the same plot you can use hold on and plot data figure; hold on; for i=1:10 % get data plot(data); end hold...
  15. I

    What are the specifications for gyro and accelerometer sensor for navigational system

    Re: navigation sensor thanks for reply. If I want GPS outage of 5-10minutes. The sensor cost be $10-20 each gyro and accelerometer. Then what should be the noise level, %bias and other specifications for sensor selection.

Part and Inventory Search

Back
Top