Risposto
Simulation of Clutter Affected by Transmitting Weight
Thanks for the post, this is indeed a gap in the toolbox. We'll try to provide this capability in the future. What release are y...

quasi 5 anni fa | 0

Risposto
Inverse Direction of Arrival Estimation
If you are sure that Range-Azimuth is obtained via a 1-D FFT, then you can just do an inverse FFT, as long as you have the origi...

quasi 5 anni fa | 1

Risposto
Phased Array Systems Toolbox
X is probably not a matrix. If you can provide more info regarding the data matrix, that will help us understand the problem bet...

quasi 5 anni fa | 0

Risposto
Max value of each vector in a 3D hyperspectral data matrix
Let's say xc is your datacube, does [z_max,z_ind] = max(xc,[],3) satisfy your needs? HTH

quasi 5 anni fa | 0

| accettato

Risposto
Using System Objects in complex programs (DSP)
Yes you can do it, there are many shipping System objects that do this. This is essentially done the same as a regular class. H...

quasi 5 anni fa | 0

Risposto
Difference between no steering and steervec in 0, 0 ?
Could you share how you invoke the two interfaces? From what you described? The two interfaces is a bit different in array defin...

quasi 5 anni fa | 0

Risposto
Hi. I have to create an FMCW signal, transmit, receive and mix them to get the IF signal, and inturn get the radar 2D matrix for post processing. But I my 2nd FFT doesnt give the correct value of velocity.
The following example might be helpful to you https://www.mathworks.com/help/phased/examples/automotive-adaptive-cruise-contro...

quasi 5 anni fa | 0

Risposto
Is there any code for spatial spectrum in ESPRIT algorithm?
ESPRIT does not estimate the direction of arrival from spatial spectrum, thus the function currently does not generate the spati...

quasi 5 anni fa | 1

Risposto
Is there an alternative for kalman filter
For a linear system, a linear Kalman filter is probably enough. There is also a simpler form of Kalman filter called alpha-beta ...

quasi 5 anni fa | 0

Risposto
Are there any matlab functions to calculate E,H-plane beamwidths for a rectangular phased array?
You can use polarpattern to plot the pattern in the two planes and measure the beamwidth. HTH

quasi 5 anni fa | 0

Risposto
Beamsteering With Custom Elements Without Phased Array Toolbox
What you described to me looks like what you will be able to achieve with SteeringVector, or more precisely ArrayResponse. You m...

quasi 5 anni fa | 0

Risposto
Getting the complex antenna response in the antenna library?
Is this what you mean? https://www.mathworks.com/help/antenna/ref/ehfields.html Or alternatively, if you want it to be in far ...

quasi 5 anni fa | 0

Risposto
How to update patternCustom plots
Since magE is CData, you can just do h = patternCustom(magE,theta,phi); h.CData = newMagE; HTH

quasi 5 anni fa | 1

| accettato

Risposto
Periodogram of sinusoid: why power is -6 dB instead of -3 dB?
The periodogram shows the power density. The magnitude at those frequency for a sinusoid is 1/2, so the power is 1/4, which corr...

quasi 5 anni fa | 0

Risposto
How can I know the period of a FMCW?
You may be able to use phased.LinearFMWaveform to achieve this. FMCW waveform is set to be without the idle time. HTH

quasi 5 anni fa | 0

Risposto
How can I load Phased Array System Toolbox to my trial Matlab?
There is a trial software link on the product home page. https://www.mathworks.com/products/phased-array.html HTH

quasi 5 anni fa | 0

| accettato

Risposto
Angle of Arrival for UCA
You may want to take a look at root MUSIC algorithm provided in Phased Array System Toolbox https://www.mathworks.com/help/phas...

circa 5 anni fa | 0

Risposto
Adaptive beamforming using LMS
Hi Mirza, Thanks for requesting these features, we'll look into it.

circa 5 anni fa | 0

| accettato

Risposto
scale factor for constantGammaClutter model in phase array toolbox
The magnitude is determined by many factos, like the power and the value of gamma parameter. In addition, if your altitude is hi...

circa 5 anni fa | 0

Risposto
Relationship between noise power in a Band-Limited White Noise block VS Variance in a Random Number block
You may want to look at the Algorithm section of the following doc page https://www.mathworks.com/help/simulink/slref/bandlimit...

circa 5 anni fa | 2

| accettato

Risposto
Beamforming with FFT not showing Grating Lobes
This is because when you use FFT, by definition FFT covers only between 0 to 2pi. But when you have an element spacing of severa...

circa 5 anni fa | 0

Risposto
Problem in the initFcn callback of model
When you say that you rewrote the init function, did you overwrite it? If so, it should use the same one. You can certainly rena...

circa 5 anni fa | 0

Risposto
IMU sensor fusion viewer "HelperOrientationViewer"
You may have to open the example in MATLAB and click the "Open Example" button. That will copy all necessary helper functions in...

circa 5 anni fa | 1

| accettato

Risposto
Variable measurement length for trackingEKF
Could you elaborate what kind of system you are trying to model? In general the dimension of the measurement doens't change over...

circa 5 anni fa | 0

Risposto
delay and sum beamforming
Have you tried phased.PhaseShiftBeamformer? That would perform delay and sum beamforming for you. HTH

circa 5 anni fa | 0

Risposto
Radar simulation: How to apply a precise delay?
The FreeSpace in Phased Array System Toolbox uses fractional delay fitler to approximate the delay between samples. HTH

circa 5 anni fa | 1

| accettato

Risposto
phased.URA 8 by 1 array
This is a linear array, you can consider using phased.ULA to model it. phased.URA requires multiple elements in both dimensions....

circa 5 anni fa | 0

| accettato

Risposto
what does this error error mean? "Array formation and parentheses-style indexing with objects of class 'phased.PhaseShiftBeamformer' is not allowed. Use objects of class 'phased.PhaseShiftBeamformer' only as scalars or use a cell array."
Let's say you have two objects bf1 = phased.PhaseShiftBeamformer; bf2 = phased.PhaseShiftBeamformer; The message indicates th...

circa 5 anni fa | 0

Risposto
PHASED ARRAY TOOLBOX/ SINUSOIDAL VIBRATING TARGET MODELLING
Nothing off the shelf at this point. This being said, the interface of features in Phased Array System Toolbox are numeric vecto...

circa 5 anni fa | 0

Risposto
How can i use global2localcoord function with axes?
From what you describe, your x axis is [1 1 0] and your y axis is [-1 1 0]. When yo specify the axes matrix, each colum represen...

circa 5 anni fa | 0

| accettato

Carica altro