Praanesh Sambath
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
199,209
of 295,673
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
How to plot roc and find pfa
I have a radar data of size 55*12 with SNR 14db. How do I plot ROC for this data. Any help is appreciated. Thanks in advance....
4 years ago | 0 answers | 0
0
answersQuestion
how to determine pfa and plot roc
I have a radar data of size 55*12 with SNR 14db. How do I plot ROC for this data. Thanks in advance.
4 years ago | 1 answer | 0
1
answerQuestion
How to find location of elements in an array
I have 2 vectors 'A' of size 41*1 and 'B' of size 14*1 vector 'B' contains selected elements from vector 'A'. how do I find the...
4 years ago | 2 answers | 0
2
answersQuestion
How to find the PDF of a matrix
I have a matrix of size 55*12 with ones and zeros where 1- an event happened 0- an event didnot happen how do I get the PDF ...
4 years ago | 0 answers | 0
0
answersQuestion
Solution for an unknown variable
How do I solve this equation in matlab for alpha. all other values are known Thanks in advance
4 years ago | 3 answers | 0
3
answersQuestion
How can I add a set of data to an array in a for loop n number of times without rewriting the previous data in the array
for i=1:1:100 while A(i)~=1 %do some data processing of A and obtain B idx=find(B==0) S=idx A(idx)= 1; end for en...
4 years ago | 1 answer | 0