photo

Nathaniel Sweeney


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
162,833
of 299,905

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,832

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,501

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

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

2

个回答