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 Pulkit Varshney

  1. P

    Random Time-domain pulse in MATLAB

    you could also try floor(2*rand)
  2. P

    Making and OFDM modulator with ifft

    Hey, If you look at any standard OFDM modulation literature, there is IFFT at Tx side and FFT at Rx side, that's how they are implemented. FFT and IFFT blocks can be interchanged as they are inverse of each other. it depends how you analyze the signal, another way to analyze this is Freq domain...
  3. P

    Frequency Translation in MATLAB

    Hey, you are multiplying all samples with a constant phase instead of linear phase to get shift in frequency domain. you should do b1 = b.*exp(1j*2*pi*fo*(1:N)/N);
  4. P

    Mobile Phone Detection

    When a mobile phone is connected to a Base Station/Cell/NodeB and is not in voice or data call, it gets/send some information periodically. This period can vary from technology to technology. You can utilize this property to identify a mobile phone. While connected to voice or data, power will...
  5. P

    Comparison between PRACH procedure of FDD and TDD UMTS

    I want to understand the difference between TDD and FDD PRACH procedure for UMTS. As in FDD the power estimation (to be sent in uplink) is based on transmission on downlink frequency, while in TDD these both are on same frequency.
  6. P

    Real time data transferring with GPRS

    Re: real time data transfering with gprs Hi js, what is meant by continues signal communication. Any example of continues signal communication?
  7. P

    Where do you apply TDMA in transmission system?

    Hi Mehdi12, TDMA is used in GSM. Actually, GSM is mixture of FDMA and TDMA. Also in UMTS they use TDD apart from FDD. You can find much more details on these technologies online.
  8. P

    Real time data transferring with GPRS

    Re: real time data transfering with gprs that will depend on the data rate of your signal and maximum data rate of GPRS (around 384 Kbps in ideal conditions). If data rate of your signal is less than max data rate of GPRS than I guess you can send your data without lag.
  9. P

    BPSK Communication Systems in real life

    QPSK is used in HSDPA and HSDPA+. In actual the modulation scheme varies there from QPSK to 64QAM based on channel conditions.
  10. P

    Reference needed(Learning DSP)..

    **broken link removed** OR **broken link removed**
  11. P

    ofdm symbol time in wimax for users

    how are subchannel bandwidth and ofdm symbol time are related in wimax for mobile users ? and what is the typical value of ofdm symbol time in wimax ?
  12. P

    Adding data sequence to gaussian noise sequence

    its your consideration, matlab doesnt know what is db and what is not db you have to treat that variable like it is in db
  13. P

    Adding data sequence to gaussian noise sequence

    define your snr like this snr=0:1:10
  14. P

    Adding data sequence to gaussian noise sequence

    2*round(rand(1,n))-1 n=total number of bits in your sequence.
  15. P

    Adding data sequence to gaussian noise sequence

    you can use randn function for awgn noise e.g. sqrt(variance)*(randn(1,1)-mean) is awgn noise.

Part and Inventory Search

Back
Top