Skip to main content

Questions tagged [array-signal-processing]

Signal processing for data collected with an array of sensors.

Filter by
Sorted by
Tagged with
0 votes
0 answers
42 views

I came across this paper entitled DiffWave for Sea Clutter Data Generation, and I need help understanding I understand that here they are mainly showing how closely the generated data follows the ...
ThinkPad's user avatar
  • 173
1 vote
1 answer
72 views

To avoid grating lobes (spatial aliases), a uniform linear array (ULA) must space elements at most $d=\lambda/2$ apart (where $\lambda$ is the wavelength). But what if $d > \lambda/2$? Can we ...
Gillespie's user avatar
  • 2,713
0 votes
0 answers
74 views

I want to incorporate internal clutter motion while simulating non-homogeneous clutter. According to the multiplicative model, received signal amplitude is the outcome of the product of two ...
ThinkPad's user avatar
  • 173
1 vote
0 answers
66 views

I'm working on human pose estimation using MediaPipe (Pose or Face Mesh), which applies a LandmarkSmoothing filter (One-Euro style) to stabilize landmarks in real-time. However, for offline post-...
28.Lê Trung Hiếu's user avatar
0 votes
1 answer
66 views

Does weights in Space-Time Adaptive Processing follow any distribution? If yes, does the distribution depend of the type of clutter, antenna pattern, grazing angles etc.
ThinkPad's user avatar
  • 173
1 vote
0 answers
23 views

I'm exploring the potential of wave-based machine vision, where machines directly process optical waveforms (e.g., spectral data of biological fluids) without converting them to pixel representations. ...
Mohamadreza Eskandary's user avatar
0 votes
1 answer
120 views

As a continuation of my question signal-model-for-nonhomogeneous-clutter, I have tried to model nonhomogeneous clutter by taking random samples from K,Weibull, lognormal and gamma distribution and I ...
ThinkPad's user avatar
  • 173
0 votes
0 answers
62 views

I have come across various implementations of Range-Doppler Maps. If I correctly understand, once we receive the signal from the target we match filter it with the transmitted signal and then apply ...
ThinkPad's user avatar
  • 173
2 votes
1 answer
101 views

I came across a paper Robust STAP for nonhomogeneous clutter suppression with a single snapshot that provides a signal model for clutter echo that is being observed from an airborne radar. . In this ...
ThinkPad's user avatar
  • 173
1 vote
2 answers
152 views

I'm trying to understand the methods and pitfalls for using a circular array of yagi antennas to calculate the angle of arrival of a radio signal. Or any tips on the proper jargon that can help me in ...
tlyons253's user avatar
1 vote
0 answers
54 views

Because MUSIC requires computing the correlation matrix $R_x \approx \hat{R}_x =\frac{1}{N} XX^H$ the MUSIC algorithm is limited to detecting up to N-1 signals for N total sensors. Are there methods ...
Keith Fife's user avatar
3 votes
1 answer
245 views

Trying to clarify MIMO angle resolution with equations and getting a bit confused. Using this paper's notations ($M$: number of RX, $N$: number of TX, $L$: number of snapshots), the RX signal matrix ...
Blupon's user avatar
  • 222
3 votes
1 answer
148 views

Has anyone tried multiplicative array processing (MAP) techniques? I read the paper Super-Resolution Direction-of-Arrival Estimation based on Multiplicative Array Processing. The results seem too good ...
Keith Fife's user avatar
2 votes
2 answers
351 views

I wanted to clarify that, If an ULA has certain crab angle with the velocity direction, then it can be used to estimate both elevation and azimuth angles of the target, is that right? If that's ...
ThinkPad's user avatar
  • 173
1 vote
0 answers
41 views

I know that for an ULA array structure, the normalized spatial frequency (fs) is given by $f_s = \frac{d \cdot \cos(\text{az}) \cdot \cos(\text{el})}{\lambda}$. But, in a L-shaped array structure ...
ThinkPad's user avatar
  • 173
2 votes
1 answer
238 views

I am currently working on a university project where my goal is to extract the respiratory waveform from FMCW radar recordings. I use Infineons DEMO BGT60TR13C to record my data. For achieving that ...
TechnoX's user avatar
  • 21
3 votes
2 answers
448 views

When we use time domain received signal to construct the interference and noise covariance matrix, sometimes the undesired clutter will also be included and affect the accuracy of the covariance ...
tyrela's user avatar
  • 185
1 vote
0 answers
72 views

In DOA estimation we require a snapshot of data in time or frequency domain to perform the estimation. So how can we retrieve this information from the conventional radar data cube especially in the ...
Ariya Krishnan's user avatar
3 votes
1 answer
289 views

Recently I came across a paper which converts an UCA into a virtual ULA, since ULA is easy to analyze and process mathematically. I have attached the paper here, A robust direction of arrival ...
ThinkPad's user avatar
  • 173
2 votes
1 answer
161 views

In this post What features can be used to estimate both azimuth and elevation angle using a deep learning model?, I have shared a signal model: ...
ThinkPad's user avatar
  • 173
2 votes
2 answers
269 views

How will I model the signal and the array manifolds in case of near field scenario? Also, here only azimuth angle is shown, how will the near field signal model look like incase of both azimuth and ...
ThinkPad's user avatar
  • 173
1 vote
2 answers
350 views

For a uniform planar array with MN elements, the steering vector can be given as $$a(\theta,\phi)=\frac{1}{\sqrt{MN}} \begin{pmatrix} 1\\ \vdots\\ e^{j\pi\sin\phi[(m-1)\cos\theta+(n-1)\sin\theta]}\\ \...
Moonie's user avatar
  • 55
0 votes
0 answers
188 views

I am new to signal processing and appreciate your understanding as I seek assistance. I am trying to receive a signal generated by a signal generator using the USRP B210, and I am working with both ...
Hoon's user avatar
  • 23
1 vote
1 answer
482 views

From what I understand, PS beamforming applied a phase by multiplying the complex expontential ($e^{i\theta}$), while TTD applies a delay ($x(t-d)$) It makes sense that multiplying a complex number to ...
RajaKrishnappa's user avatar
1 vote
2 answers
118 views

I am trying to understand about correlation between random variables in context of wireless communication. In research papers related to 6G, I came across the following statements: Suppose there is a ...
Tushar Muratkar's user avatar
2 votes
1 answer
279 views

Based on the tutorial for a linear array here, I've written the following code for a 6 microphone circular array. The array has a radius of 5cm. A beam pattern is generated but it doesn't look right ...
Becky Heath's user avatar
1 vote
1 answer
57 views

I am designing a multielectrode application on fpga. I am recording from multiple electrodes at a sampling rate of 2KHz. Lets say I want to create 60 channels for reading from 60 electrodes. My ...
GGChe's user avatar
  • 153
0 votes
0 answers
63 views

In Chapter 5 of the Optimum Array Processing by Harry van Trees [1], the formula of the complex Gaussian distribution appears very different from the formula that is used elsewhere in the same book ...
Tommi Rimpiläinen's user avatar
3 votes
2 answers
1k views

I have a dataset where a certain pattern is repeatating in different time interval. The repetation of data pattern can come with slight change. I want first find the pattern (or cycle) and later by ...
asteroid's user avatar
1 vote
0 answers
94 views

For locating a target by TDOA (Time Difference Of Arrival) with $3$ stations we have the Chan method which gives an exact solution of the position. I keep the $3$ stations but instead of measuring the ...
user70974's user avatar
1 vote
0 answers
74 views

I have TI IWR6843ISK-ODS radar sensor and need point cloud data as output from it. The antenna arrangement is as follows: I would like to know how to estimate elevation angle with this antenna ...
Pushkar Mahajan's user avatar
1 vote
1 answer
88 views

I have $2$ sensors allowing me to measure angles of arrival. These sensors are a distance $d$ ($d \simeq 10$ m) apart and the target to be located is at a distance $R$ with $d<<R$. In the ...
user70812's user avatar
3 votes
1 answer
78 views

The beam pattern of a uniform linear array is $$B(\theta) = \frac{1}{N} \frac{\sin(\frac{N}{2} \frac{2\pi d}{\lambda} \cos(\theta))}{\sin(\frac{1}{2} \frac{2\pi d}{\lambda} \cos(\theta))}$$ where $N$ ...
MaxFrost's user avatar
  • 403
5 votes
1 answer
672 views

I am currently working on a MATLAB project where I aim to replicate the functionality of certain Phased Array System Toolbox functions (phased.ULA() and ...
BobbyChun's user avatar
4 votes
1 answer
523 views

We know that the array manifold vector, also called the steering vector, for an M element array is given by: $$ \mathbf{a}(\theta, \phi) = [e^{-j \omega \tau_{1}(\theta, \phi)}, e^{-j \omega \tau_{2}(\...
The Dude's user avatar
  • 652
4 votes
0 answers
75 views

I need to detect the Direction of Arrival of a speech signal using an 8 microphone array as part of a project I've been working on. Currently, I have a working solution in the 2 microphone case: $$G(\...
EPGzuz's user avatar
  • 41
1 vote
0 answers
1k views

Hi guys I am trying to find a peak in waveform 1-d array data until I can find peaks in Python using scipy.signal find_peaks reference for that https://docs.scipy.org/doc/scipy/reference/generated/...
Shreyash282's user avatar
2 votes
2 answers
678 views

I am working on analyzing data obtained from Fiber Optic - Distributed Acoustic Sensor (DAS) to estimate the properties of acoustic waves that impinge FO cable, such as velocity of acoustic waves. FO-...
user avatar
0 votes
2 answers
141 views

I have data like the following: ...
Raj's user avatar
  • 3
4 votes
3 answers
794 views

I am trying to locate the sound source using MUSIC algorithm in a circular microphone array. The array that I am using is "ReSpeaker Mic Array - Far-field w/7 PDM Microphones", and the ...
Kamal's user avatar
  • 41
0 votes
1 answer
189 views

I have a root-raised cosine pulse signal of bandwidth $500$ MHz. If the signal is modulated at the frequency $6$ GHz, the result should apparently look like this : If I understand well, to modulate ...
shokmri's user avatar
1 vote
1 answer
235 views

The definition for the time of arrival is: $TOA=\frac{d}{c}+t_e$ where $c$ the wave speed, $d$ the range between the transmitter and the receiver and $t_e$ the transmission time of the signal to the ...
user67864's user avatar
1 vote
1 answer
1k views

In a multi-antenna system, we often mention diversity gain in fading channels. I am doing simulations with multiple antenna settings at the receiver considering TDLC channel, for example, 1rx, 2rx, ...
Aragorn's user avatar
  • 145
3 votes
1 answer
1k views

I am trying to reproduce Fig. 2.17 from the book 'Optimum Array Processing' by Van Trees. The figure is a polar plot of the beam pattern $B_{\theta}(\theta)$ given by $$B_{\theta}(\theta) = \frac{1}{...
MaxFrost's user avatar
  • 403
7 votes
1 answer
249 views

I have data $d$ recorded from an antenna of sensors. These data are composed of a Gaussian noise $n$ and a signal $s$ which I try to estimate. This signal propagates on the antenna with frequency ...
User327201's user avatar
4 votes
1 answer
2k views

I am currently working on an application in which I have a Linear acoustic array, the audio of which is analyzed using FFT. Now I also want to perform phase difference calculation and have also learnt ...
Emerald_Waves's user avatar
3 votes
0 answers
172 views

I have a signal which has human speech, background voice and noise as it can be seen in below figure. I have calculated its power spectral density (PSD) using many different methods which can be seen ...
sdkmlcngz's user avatar
2 votes
0 answers
165 views

I have a problem to evaluate the PSD from auto-correlation. As you know, PSD is the Fourier Transform of the auto-correlation. But I observe the spur at PSD when I calculate the auto-correlation with ...
David's user avatar
  • 21
1 vote
1 answer
705 views

A narrow-band beamformer for $0$ degree in the frequency domain is created for $8$ sensors and compared with a usual delay and sum beamformer. The question can also be expressed as : can we have ...
hyrt's user avatar
  • 29
0 votes
0 answers
26 views

I have a 25 MHz IBW real time signal analyser throwing out 25 MHz wide complex data at 50 MHz sampling frequency. I want the frequency resolution to be 12.5 kHz (width of a vhf channel) so need 2000 (...
Tech Mosaic's user avatar