Giter Site home page Giter Site logo

morriswmz / doa-tools Goto Github PK

View Code? Open in Web Editor NEW
286.0 286.0 88.0 105 KB

A set of MATLAB functions for direction-of-arrival (DOA) estimation in array signal processing.

License: MIT License

MATLAB 100.00%
array-signal-processing matlab performance-bound

doa-tools's People

Contributors

morriswmz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

doa-tools's Issues

Problem in CRB = crb_general_det_1d(design, wavelength, doas, P_est, noise_var, snapshot_count)

Thanks a lot dear morriswmz for sharing these useful codes. I kept the following files in same directory:
crb_general_det_1d.m
design_array_1d.m
ex1_design_and_visualize.m
steering_matrix.m
ula_1d.m

1st I ran the following lines in the m file " ex1_design_and_visualize.m "
clear(); close all;
wavelength = 1; % normalized
d = wavelength / 2;
design_ula = design_array_1d('ula', 12, d);

it created a structure which was not accepted by the function " crb_general_det_1d.m ". Then I renamed the structured as design. Then I kept the following arguments as input to " crb_general_det_1d.m " and ran it:
CRB = crb_general_det_1d(design, wavelength, [10 20], 1, 1,1)

It gave me the following output:
CRB =

0.0006    0.0003
0.0003    0.0023

Now what does it mean? As we know that CRB denotes the lowest bound to the unbiased estimator as I read from your site:
https://research.wmz.ninja/articles/2017/03/crbs-in-classical-doa-estimation-problems.html

But here these are 4 values. As I have supplied two angles i.e., [10 20], so I should get two lowest bounds: one for each angle but here I am getting two bounds for each angle. Why it is so? Further, if I want to make a plot for it i.e., CRB vs Runs, then how will I do that? My email address is: [email protected]
Also share your email address please.
Regards,
Sadiq Akbar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.