Mohamed Turkmani
Followers: 0 Following: 0
Statistica
9 Domande
0 Risposte
RANK
211.073
of 295.467
REPUTAZIONE
0
CONTRIBUTI
9 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
how to change decimal point place
hi, i have audio numbers that are printed as : 3.261505126953125 3.227813720703125 3.267242431640625 3.217407226562...
quasi 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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");...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
circa 2 anni fa | 2 risposte | 0
2
risposteDomanda
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...
circa 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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 ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
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:...
oltre 2 anni fa | 1 risposta | 0