photo

종영


Last seen: plus d'un an il y a Actif depuis 2024

Followers: 0   Following: 0

Statistiques

MATLAB Answers

11 Questions
0 Réponses

RANG
91 346
of 301 695

RÉPUTATION
0

CONTRIBUTIONS
11 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
54.55%

VOTES REÇUS
0

RANG
 of 21 386

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 176 117

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


planar array FFT DOA
clc; clear all; close all; f = 3e8; c = 3e8; lambda = c/f; dx = 0.5*lambda; N = 40; theta = [0]; d = lambda / 2; R...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


MLS(moving least squares) algorithm problem... help me!!!
During MLS, it was conducted as follows. I'm curious about this, I designated weighting for five adjacent points for one point, ...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


plomb ifft sequence??? please help me!!!!
Plomb was conducted, but modification was not performed to fill the gap here. After that, if you do an ift, the position of ...

plus d'un an il y a | 2 réponses | 0

2

réponses

Question


Working in Excel with live on MATLAB
On matlab, I am going to import an Excel file and work on it live in real time. If I change the value in Excel, I want to ref...

plus d'un an il y a | 2 réponses | 0

2

réponses

Question


how to get inverse ?
a = [1 2 3]; b = [3 2 1 ].'; c = a*b; aa = c*pinv(b) ; i want to answer a = aa but i can't pleas~~~~

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


Separate graph arrows for two y-axes on the matlab
In the figure below, the circle arrows are used for two y-axes to indicate which axis the graph follows, how do you do this? ...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


Distributed digital subarray analysis
clc; clear all; close all; f = 3e8; Nx = 10; % number of antennas in subarray Ns1 = 5;% number of sub array h = 8; % n...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


in DOA, ifft weighting vector
clc; clear all; close all %% array parameters c = 3e8; f = 3e8; % nominal frequency for array antenna interval setting lam...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


Comparing Weight Values with LSM and ifft
clc; clear all; close all %% array parameters c = 3e8; f = 3e8; % nominal frequency for array antenna interval setting lam...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


chebyshev Beam size control
function Chebyshev_real = Chebyshev_real(N,ste) R_dB=30; R=10^(R_dB/20); N=10; m=N-1; x0=cosh((1/m)*acosh(R)); u=sind(-...

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


In ULA monopulse, i can't find sum beam and difference beam
clc; clear all; close all; % Transmitted signal f = 3e8; %[Hz] c = 3e8; lambda = c/f; N = 10; %number of element ...

environ 2 ans il y a | 1 réponse | 0

1

réponse