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 hoz

  1. H

    Solving ambiguity of direction finding using phase comparison?

    Suppose you have three antennas a1,a2 and a3, and the distance of the antennas (a2,a3) to the first antenna (a1) are d12 and d13. When d12 <=lambda/2, you can resolve the angle of arrival of incoming signal with only two antennas (a1 and a2). When you can't position the antennas so close...
  2. H

    Coherent Integration in VHDL

    You need to save the data for each pulse repitition frequency to a buffer..do it N times and form a NxM matrix and sum the values for each range cell. If you want to do it using vhdl, simulating it in simulink and getting the same simulation using xilinx blocksets in simulink will be an easy...
  3. H

    Binary random generatior

    might help: rand('seed',11111111) N=100; round(rand(N,1))
  4. H

    fmcw radar range doppler info of the target

    Hello everyone, I am trying to plot range-doppler diagram for an fmcw radar. Here is how I generate transmitted,received and video signal; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% clear all; close all; clc c=3e8; %speed of light fc=8e9; %carrier freq...
  5. H

    Ambiguity function (diagram) using FFT in matlab

    Hello, Can anybody tell me how to find an ambiguity function of an LFM radar pulse using fft? I am trying to form the ambiguity diagram with doppler shift and time delay in the axises. But I need to do it using FFT blocks. Any help is appreciated!
  6. H

    FMCW Radar- Matlab help

    Check these two thesis, they might be helpful for you.
  7. H

    Help: Design a single pulse radar with matlab

    Check mahafza's book. He gives matlab codes also. **broken link removed**
  8. H

    Design of a text messaging system

    maybe it could help
  9. H

    BER OFDM - Basic questions

    BPSK BER with OFDM modulation Orthogonal Frequency Division Multiplexing (OFDM) Tutorial **broken link removed** check these, especially the first one will help a lot.
  10. H

    How to find out the Eb/N0 value for a BPSK signal?

    Eb/N0 Explained There is also an example.
  11. H

    Problem with QPSK modulation of a random antipodal signal in Matlab

    For qammod function 'x' can not be complex and it has to be integer. Check this thread, it might help: https://www.edaboard.com/threads/177949/
  12. H

    SER(or BER) for 16 QAM in Rayleigh Channel Formula Required

    The symbol error probability in each of two arms is 2(M-1)/M Q(sqrt[(2E_b/N_0)(3 log_2 M/(M^2-1))] where M=sqrt(16)=4 here. If you were after bit error probability in each arm Gray coding of bits onto the 4 levels would leave you with about 1 bit error per symbol error, so to get P_b you...
  13. H

    modulation of BPSK and QPSK theory explanation

    Are you trying to simulate bit error probability for each case? Or only basics? Or something else? BPSK uses two points and QPSK uses 4 points each phase shifted. Try wikipedia for starters :) Phase-shift keying - Wikipedia, the free encyclopedia ---------- Post added at 20:09 ----------...
  14. H

    designing bandpass filter

    Try fdesign.bandpass(spec) function in matlab. check this link for more info: **broken link removed**

Part and Inventory Search

Back
Top