photo

Harsha KVK


Last seen: 2 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

5 个提问
1 个回答

Cody

0 个问题
1 个答案

排名
170,541
of 297,457

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
97,009
of 158,938

贡献数
0 个问题
1 个答案

评分
20

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Thankful Level 1
  • Solver

查看徽章

Feeds

排序方式:

提问


how to write a file in .mp3 format ?
I am working on a audiorecoder application. I need to save the recorded audio in .mp3 format. But audiowrite() can write files o...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Audio recorder using app designer
Hello, I am trying to bulid a audio recorder app based on the following code I wrote in a Script: Fs = 8000; recObj = audiorec...

2 years 前 | 0 个回答 | 0

0

个回答

已回答
Error using a variable as input for audioread()
As input() takes only integers. Convert the file name to string. fileName = string(input('Type the filename of the .wav file yo...

2 years 前 | 0

提问


How to record audio for infinite time?
I am trying to build an audioplayer application. In order to make the application user friendly recording must be controlled by ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


How to run two functions in parallel?
I am trying to build an audioplayer application. Here I need two functions, counter and audiorecorder. Instead of executing them...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How introduce a delay of one second in MATLAB?
I am trying create an application where user can record an audio and listen back to it. For that I also want to display a counte...

2 years 前 | 1 个回答 | 0

1

个回答

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years 前