![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/arda10windowslivecom_1518810145525_DEF.jpg)
Mohamed Turkmani
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
120.588
of 297.016
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
how to change decimal point place
hi, i have audio numbers that are printed as : 3.261505126953125 3.227813720703125 3.267242431640625 3.217407226562...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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");...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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:...
mehr als 2 Jahre vor | 1 Antwort | 0