photo

Mohamed Turkmani


Last seen: bijna 3 jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
113.749
of 300.379

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20.931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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

bijna 3 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 3 jaar ago | 2 answers | 0

2

answers

Question


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

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 3 jaar ago | 1 answer | 0

1

answer

Question


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

ongeveer 3 jaar ago | 1 answer | 0

1

answer