photo

Nathaniel Sweeney


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
203,780
of 300,392

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,335

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 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to change the color of the most recent plot point?
I am trying to make something that will change the color of the most recent plot point. This is my code so far: %% Clear clea...

6 years ago | 2 answers | 0

2

answers

Question


Xcorr is not returning expected results.
So I am trying to do voice recognition with xcorr function. I am using recorded audio as 'A' and a .wav as 'B'. The .wav is the ...

8 years ago | 0 answers | 0

0

answers

Question


How to play .wav
Is there a way to load and play .wav files? This is what I have: s = 'diglett.wav'; Fs = 8000; audiowrite(s,y,Fs); ...

8 years ago | 1 answer | 0

1

answer

Question


Can I record 2 separate audios at the same time?
If I start a recording at t=0 and record for 2 seconds, is it possible to start another recording at t=1 for another 2 seconds? ...

8 years ago | 1 answer | 0

1

answer

Question


How to combine overlapping audio?
I am trying to figure out how to combine 2 audio signals that have an overlap. That is, if I record audio from time = 0-2 and a ...

8 years ago | 2 answers | 0

2

answers