photo

Mohamed Turkmani


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

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
166,173
of 299,768

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,800

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,831

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


how to change decimal point place
hi, i have audio numbers that are printed as : 3.261505126953125 3.227813720703125 3.267242431640625 3.217407226562...

3 years 前 | 1 个回答 | 0

1

个回答

提问


frequency shift slider in real time
i have the following code that reads an audio file, adds a frequency (the bold line) to the file and plots it , my question is t...

3 years 前 | 1 个回答 | 0

1

个回答

提问


playing a nonstop audio file
how can i play an audio file without stopping kinda like a loop in app designer [y,Fs] = audioread(app.files); sound(y,Fs) th...

3 years 前 | 1 个回答 | 0

1

个回答

提问


mixing audios according to array value
hi i have the following code which mixes two audios and plots them : Fs = 44100; [y,Fs] = audioread("sound and 1000 new.wav");...

3 years 前 | 1 个回答 | 0

1

个回答

提问


increasing amplitude of sine wave
hi i want to create i simple sine tone that has increasing amplitude kinda like a fade in 3 seconds i wrote the following code...

3 years 前 | 2 个回答 | 0

2

个回答

提问


Arrays have incompatible sizes for this operation.
i have the following code which mixes two audios as the user enters the number he wants to mix freq = str2double(get(handles.e...

3 years 前 | 1 个回答 | 0

1

个回答

提问


changing audio frequency to a constant
lets say i have an audio that has so many different frequencies, can i modify its frequency to constant and run it at 2000 hz fo...

3 years 前 | 1 个回答 | 0

1

个回答

提问


changing frequency of an existing audio
hi i have wrote a simple code as the following. [y,fs] = audioread("Sound.wav"); sound(y,fs); i know that i can change ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


getting x and y values and writing them
hi, i have created a user interface that gets sampling frequency and frequency from the user and plots it by the following code:...

3 years 前 | 1 个回答 | 0

1

个回答