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 ecosierra51

  1. E

    MUSIC Algorithm for Direction Finding

    weetabixharry: Thanks for your help and guides! 1) I solved problem about mistake in rows and columns as: rx = [0; 0; 1]; ry = [1; 0; 0]; rz = [0; 0; 0]; r = [rx, ry, rz]; 2) About methods to solve correlated signals: Conventional spatial smoothing. At this moment I can´t lose at least 1...
  2. E

    MUSIC Algorithm for Direction Finding

    weetabixharry: Thanks for your attention! I have worked with your 2D example very well. Also, I modified array configuration, to 3 antennae orthogonally placed, as: M = 2 N = 3 rx = [0, 0 ,1]; ry = [1, 0 ,0]; rz = [0, 0 ,0]; r = [rx; ry; rz]; Also, I tried with contour plot, in order to know...
  3. E

    MUSIC Algorithm for Direction Finding

    weetabixharry: I have read many articles about MUSIC, but I can´t to work alone. I began to undestand with your example. Thank you, Very much! I will begin to work with your second example. I am working now with 3 channel interferometer. Antennae are placed in right angle, number 0 to North...
  4. E

    MUSIC Algorithm for Direction Finding

    Weetabixharry: I want to estimate Azimuth and elevation. Please, modify the code for me. Thanks in advance. ecosierra51
  5. E

    MUSIC Algorithm for Direction Finding

    weetabixharry: I have worked many years with LabVIEW for DOA. Now, I need to apply MUSIC, for Azimuth and Elevation. Can you help me with Matlab code? Enildo

Part and Inventory Search

Back
Top