답변 있음
SLL problems in a large phased array antenna
Hi Sricharan, Could you share a bit more info how you determine the SLL, is it by looking the beam pattern plotted in the fig...

9년 초과 전 | 0

답변 있음
How to set propagation speed?
300000 km/s is the speed of light, I guess this is just a physical limitation of the propagation speed as nothing moves faster t...

9년 초과 전 | 0

| 수락됨

답변 있음
How does the phased array toolbox realize the off-grid time delay with phased.FreeSpace system object?
Hi Cole, You are right that the grid is defined by the sampling rate of the signal. If the time delay is not corresponding to...

9년 초과 전 | 0

| 수락됨

답변 있음
Wideband Radar System Design
You can always contact Rick directly via Phased Array System Toolbox product page at http://www.mathworks.com/products/phased...

거의 10년 전 | 1

답변 있음
How to export 3D data from Matlab as a stl or obj file
I have never done this so I cannot guarantee the workflow. However, the figure generated by the above code is a surf plot and th...

거의 10년 전 | 1

답변 있음
how to simulate a pulsed radar system with Matlab ?
Could you be more specific with your question. I think the example "Desigining a Basic Monostatic Pulse Radar" already contains ...

거의 10년 전 | 0

답변 있음
Relation between steering vector and radiation pattern
You can think of steering vector as the field received at each element in the array. Hence, the field radiation pattern for a gi...

거의 10년 전 | 0

답변 있음
How to convert the values in the spatial spectrum returned from the MVDREstimator2D to dB ?
You should be able to use |mag2dB| for this. For example, let's say |y| is your spatial spectrum, then you can do the following ...

거의 10년 전 | 0

| 수락됨

답변 있음
how to write a m file code to cfar for fmcw radar
You may also want to take a look at CFAR detector offered in Phased Array System Toolbox. The noise is estimated using training ...

거의 10년 전 | 0

답변 있음
How can I use the Welch's method to obtain the Power Spectrum?
You can use |pwelch| if you have Signal Processing Toolbox http://www.mathworks.com/help/signal/ref/pwelch.html

거의 10년 전 | 0

답변 있음
Modeling an ultrasonic transducer in Phased Array toolbox
It would be hard to answer that question without some context. There is no native support for ultrasound sensor yet but some ana...

거의 10년 전 | 0

답변 있음
Detecting two targets in Radar sound signal processing
Take a look at Phased Array System Toolbox, http://www.mathworks.com/products/phased-array/ and its examples http://ww...

거의 10년 전 | 0

답변 있음
sampling rate requirements in radar end-to-end simulations
For a bandpass signal, in theory the sampling rate only needs to be the same as the bandwidth. Unfortunately right now the wa...

거의 10년 전 | 0

| 수락됨

답변 있음
How can I reshape the data to plot vorticity?
From your data, you may want to do y_new = reshape(x,numel(xu),numel(yu)); x_new = reshape(y,numel(xu),numel(yu)); p...

대략 10년 전 | 0

| 수락됨

답변 있음
modelling custom time-varying radar cross-section (RCS)
This sounds like an interesting problem, is it possible for you to share what kind of application requires this? I'll be interes...

대략 10년 전 | 0

답변 있음
simulating radar targets vibrating at a low frequency
There is no existing solution for this in Phased Array System Toolbox, but if the purpose is to model a sphere, it can be done m...

대략 10년 전 | 0

답변 있음
target/environment modelling using phased array toolbox
Yes, it's doable. The following example shows three targets in the same direction yet the return from all three are modeled. ...

대략 10년 전 | 0

| 수락됨

답변 있음
Problem with matrix as input for pwelch()
Hi Jan, can you run which pwelch and see if you are indeed running the correct |pwelch|? Also it will be helpful if you...

대략 10년 전 | 0

답변 있음
Signal_Blocks Licensing error: -5,357
|fdesign.notch| is a feature from DSP System Toolbox. You may want to check if you have the license for that product. HTH.

대략 10년 전 | 1

답변 있음
How do I get my custom radiation pattern to properly make a custom antenna element in the phased array system toolbox?
Hi Nick, Could you explain your data file a bit? I took a quick look at your script and I noticed that you are using degrees...

대략 10년 전 | 1

| 수락됨

답변 있음
How do we change the EnabledPolarization to True?
You can turn on the polarization by tgt = phased.RadarTarget('EnablePolarization',true) or tgt = phased.RadarTarge...

대략 10년 전 | 1

답변 있음
Help for vectorization??
Here is an example you can try featInd = 1:24636; tempInd = 1:12332; incI = bsxfun(@plus,featInd(:),tempInd); As t...

대략 10년 전 | 1

| 수락됨

답변 있음
How can I estimate target velocity by pulsed doppler radar in simulink model?
This example explains how to do Doppler estimation in pulsed radar http://www.mathworks.com/help/phased/examples/doppler-esti...

대략 10년 전 | 0

답변 있음
why type 2 FIR filter cannot be used to design high pass filter?
This is because for Type II FIR, there is a zero corresponding to Nyqiust rate, i.e., half sampling frequency. However, a high p...

대략 10년 전 | 0

답변 있음
BeamscanEstimator example fails when carrier frequency is changed
Hi Roger, Did you update the array? The example uses an array with an element spacing of 0.5 meters, which is half wavelength...

대략 10년 전 | 0

| 수락됨

답변 있음
inputParser does not support code generation, is that true?
It's not supported. However, if you can do your own parsing in a different branch. For example, if coder.target('MATLAB') ...

대략 10년 전 | 1

답변 있음
How do I specify the frrequency response in the look direction for the object phased.FrostBeamformer ?
In |phased.FrostBeamformer|, the look direction response is set to 1. If you are interested in tweak the desired responses, you ...

대략 10년 전 | 0

| 수락됨

답변 있음
.m to c code
Yes, you can do this via MATLAB Coder. Here is a small video showcasing that. http://www.mathworks.com/videos/generating-c-c...

10년 초과 전 | 0

| 수락됨

답변 있음
downsample fuction error, I want to know how to design the downsampling filter
This is a third party program and is not provided by MathWorks. I don't know what your goal is but the function is doing what ex...

10년 초과 전 | 0

답변 있음
Changing pulse width for linear FM waveform
This does not seem to have all the relevant code but from what I can see you seem to be comparing the received signal sample val...

10년 초과 전 | 0

| 수락됨

더 보기