Statistics
8 Questions
0 Answers
RANK
98 967
of 300 392
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20 934
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168 373
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Imperfect steering vectors in an uniform linear array for Robust adaptive beamforming
Is it possible to use the PhasedArray toolbox to generate imperfect steering vectors? I know I can use the below commands to c...
ungefär 2 år ago | 1 answer | 0
1
answerQuestion
Non trivial Solutions for a system of equations
Hey, so I was solving this system of equations given as follows - syms a b c eqn1 = t1*a + b - t1*tm*c == tm; eqn2 =...
ungefär 8 år ago | 3 answers | 0
3
answersQuestion
Minimums step size reached, while integrating.
Hello everyone, so I ran this piece of code and I got multiple warnings on reaching the minimum step size. I get a very dubious ...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
Subscripted assignment dimension mismatch after integration
The following is the code I used - q=10e8:(20e9-10e8)/1000:20e9; q=q'; s=length(q); epso = 8.8 *10.^-12; epsr=5.7; ro...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
Matrix size problems after integrating.
The following is the code I used q=10e8:(20e9-10e8)/1000:20e9; q=q'; s=length(q); epso = 8.8 *10.^-12; epsr=5....
ungefär 8 år ago | 0 answers | 0
0
answersQuestion
Error encountered for numerical integration inside for loop.
So this is the code I'm trying to run - q=10e8:10000:20e9; s=length(q); epso = 8.8 *10.^-12; epsr=5.7...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
Getting errors for numerical integration
So I'm solving this integral - fun = @(x)(((((besselj(0,(2*pi*1)/(3*(10.^8))*x*ro)-besselj(0,(2*pi*x)/(3*(10.^8)))*x*ri)).^2...
ungefär 8 år ago | 1 answer | 0
1
answerQuestion
How can I integrate a function having another function (in this case - Bessel function) depend on the variable ?
My integrand has a bessel function dependent on the same variable. So i would start off by writing int(bessel(0,(2*x)),x..). But...
ungefär 8 år ago | 1 answer | 0
