Finding a suitable Direction Finder Alogrithm

10 visualizaciones (últimos 30 días)
Ahmed Siddig
Ahmed Siddig el 21 de Jun. de 2018
Comentada: Ahmed Siddig el 22 de Jun. de 2018
Hi, am doing a radio direction finder project and i used parasatic monopole antenna array to switch the radiation beam in each direction. am using hackrf to capture the data and then i matlab i used this code:
function y = loadFile(filename)
% fid = fopen(filename,'rb'); y = fread(fid,'uint8=>double'); y = y-127.5; y = y(1:2:end) + i*y(2:2:end);
compass(y)
but i seem to be getting only one reading which gives me only one direction all the time. can you help me out please and is there a better way for me to process the captured file.
  17 comentarios
Ahmed Siddig
Ahmed Siddig el 21 de Jun. de 2018
You know i tried the RTL-SDR with the original code and it was good most of them were right so i guess we'll just have for figure out a way to either convert the signed value to unsigned value or modify the code to deal with singed values.
Ahmed Siddig
Ahmed Siddig el 22 de Jun. de 2018
Hi, so as i said using the RTL-SDR, the arrow started moving with every reading but i can't get it to point to the right position so how can i manipulate the reading to get it fixed? and if possible how to improve it? I attached some readings that i recorded E,N,W,S indicates the direction where i took the reading from. Thanks.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Phased Array Design and Analysis en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by