Feeds
提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0