回答済み
can some help me out in Extended Kalman Filter?
Could you elaborate what you mean by adjusting the error? Depending on what kind of things you are trying to track and the track...

8年以上 前 | 0

| 採用済み

回答済み
Why do I get an error on fdesign.highpass
If you are using R2010, I believe the licence you need is Filter Design Toolbox.

8年以上 前 | 1

回答済み
how to increase phased array default far field distance
The far field assumption means that the directional pattern is only related to the angle, not the distance. The distance simply ...

8年以上 前 | 0

回答済み
move xyz coordinate to (0,0,0) of the array in viewArray
There is no supported API for this. But once you get the figure, you can always plot the axes using regular MATLAB

8年以上 前 | 0

| 採用済み

回答済み
plot antenna 3D pattern in subplot
Could you elaborate more regarding what went wrong? I can do the following in my MATLAB figure; subplot(2,2,1); patte...

8年以上 前 | 0

| 採用済み

回答済み
Which toolboxes I need to simulate an End-to-End wireless system ?
WINNER II model is available at the following URL <https://www.mathworks.com/matlabcentral/fileexchange/59690-winner-ii-chann...

8年以上 前 | 0

回答済み
reshape structure fields to a new array
Here is a quick example if I understand your question correctly X = struct('coord',{[1 2 3 3 2 1],[2 3 4]}) xcoord = [X....

8年以上 前 | 1

| 採用済み

回答済み
unable to calculate autocorrelation with a for loop by using xcorr
Looks like it should be rmm = rmm(lags>=0) HTH

8年以上 前 | 0

| 採用済み

回答済み
How to find water vapour density for gaspl
That could be a measurement value you obtain from, say, observatory or historical measurement data? For example, in ITU standard...

8年以上 前 | 0

回答済み
how to save work space command in script file
You can try the |diary| function <https://www.mathworks.com/help/matlab/ref/diary.html> Alternatively you can copy and pas...

8年以上 前 | 0

| 採用済み

回答済み
3d plot peaks
You can do something like this c = 1:200; f = 1:300; % replace with your freq a = filter2(...

8年以上 前 | 0

回答済み
Split array into cell arrays of different size
To do what you want, you can use the following lines, which is a slightly modified version of yours. Bi = find(B==1) ...

8年以上 前 | 0

| 採用済み

回答済み
Why does hilbert tranformer give a phase-shifted but amplitude-reduced signal?
The phase shift is expected so I assume you are talking about the amplitude? This is because the filter is not ideal. If you do ...

8年以上 前 | 1

| 採用済み

回答済み
How to change the phase center of a subarray in phased array antenna
Currently the phase center of a subarray cannot be changed. Could you share your use case regarding why you want to change it? A...

8年以上 前 | 0

| 採用済み

回答済み
Why is the result of the step signal convoluted with the impulse response of a lowpass filter not equal to the stepresponse of the lowpass filter?
You are mixing continuous and discrete in your model. For example, your impulse is discrete, your convolution is discrete, but y...

8年以上 前 | 0

回答済み
Maximum size of output not bounded in matlab function block for linspace error
You said the value |n| is from a constant block, so do you ever need to change it? If the answer is no, then you can consider ha...

8年以上 前 | 0

| 採用済み

回答済み
What is the benefit to supply the gradient for function minimization?
I'm not an expert on this, but I believe that if you don't provide the gradient function, then it has to be numerically estimate...

8年以上 前 | 0

| 採用済み

回答済み
How to extract the constant phase of a sine wave?
Do you know omega? If so, you can do something like this fc = 10; omega = 2*pi; t = (0:9)/10; p = pi/2; x = sin...

8年以上 前 | 1

回答済み
Beamforming performance depends on the frame size?
The Frost beamformer has an FIR filter whose coefficients are derived using sample matrix inversion (SMI) so the frame size is r...

8年以上 前 | 0

回答済み
Where I can find helperCalculateCouplingMatrix.m function ?
It's a helper function for the example. If you open this example in MATLAB, there should be a button you can click to open the e...

8年以上 前 | 0

回答済み
Phased array Channel problems with user fed position and velocity data.
Is it possible to share some of these parameters, like the position, velocity, and acceleration, as well as the prf and the samp...

8年以上 前 | 0

回答済み
Error occured when I try to use matched filter function for my signal
This means that you can not put two phased.MatchedFilter in an array. For example f1 = phased.MatchedFilter; f2 = phased...

8年以上 前 | 0

回答済み
Compute double sum or double integral throug sum
If the ultimate goal is to compute the integral, you can consider using |integral2| <https://www.mathworks.com/help/matlab/re...

8年以上 前 | 0

| 採用済み

解決済み


Extra safe primes
Did you know that the number 5 is the first safe prime? A safe prime is a prime number that can be expressed as 2p+1, where p is...

8年以上 前

解決済み


Basic electricity in a dry situation
&#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#9889 &#...

8年以上 前

解決済み


Pentagonal Numbers
Your function will receive a lower and upper bound. It should return all pentagonal numbers within that inclusive range in ascen...

8年以上 前

解決済み


Pernicious Anniversary Problem
Since Cody is 5 years old, it's pernicious. A <http://rosettacode.org/wiki/Pernicious_numbers Pernicious number> is an integer w...

8年以上 前

解決済み


Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
Submit your answer to this problem a multiple of 5 seconds after the hour. Your answer is irrelevant; the only thing that matte...

8年以上 前

解決済み


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

8年以上 前

回答済み
MONOPULSE SUM and DIFFERENCE Antenna Patterns
Thanks for the feedback, the example could use better description and figure. This being said, the pattern itself is not wro...

8年以上 前 | 0

| 採用済み

さらに読み込む