photo

Andrea Verardi


Last seen: mer än 3 år ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
158 229
of 297 503

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20 449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159 017

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Hi everyone, this code performs the FFT of a signal in real time. When reproducing a sinusoidal signal at 440 Hz, the code does not show the correct frequency in the graph
%................................................................ %Script Matlab usato per acquisire un segnale dalla porta...

mer än 3 år ago | 1 answer | 0

1

answer

Question


How can I remove the excess object detected? Often my code finds more mouths and I want take only one, the one which is belower. Thanks.
FDetect = vision.CascadeObjectDetector; I = imread ('Test W.jpg'); figure(1),imshow(I); title ('...') BB = step(FDetect,I...

nästan 5 år ago | 1 answer | 0

1

answer

Question


Hi, I have a problem. I wrote a code that recognizes faces, mouths and noses. Now I can't write the code that, if the code doesn't find out the mouth and nose in a photo, will tell that the person is wearing something on them. Thanks
FDetect = vision.CascadeObjectDetector; I = imread ('Test 3.jpg'); figure(1),imshow(I); title ('foto da analizzare'); BB ...

nästan 5 år ago | 1 answer | 0

1

answer

Question


Help me with this code
Hi, I have a problem. How can I use an output parameter from a function in a live script .mlx? For example, how can I use the ...

mer än 5 år ago | 1 answer | 0

1

answer