Community Profile

photo

Nathaniel Sweeney


Active since 2017

Followers: 0   Following: 0

Statistics

  • 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...

4 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 ...

6 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); ...

6 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? ...

6 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 ...

6 years ago | 2 answers | 0

2

answers