jérôme TAÏEB
Followers: 0 Following: 0
Statistics
RANK
11,030
of 295,467
REPUTATION
4
CONTRIBUTIONS
7 Questions
2 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
2
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Feeds
Question
time interval over the duration of an effect and not the signal
Hi, I write a little script in command window of Matlab: between: t = (0: 0.001: 10)'; y = sin (2 * pi * 50 * ...
6 years ago | 0 answers | 0
0
answersQuestion
How to apply an implemented effect to a midi and no midi instrument?
Hi, 1) I have a midi keyboard. How, from an effect implemented in Command Window of Matlab thanks to an effect.m file, app...
6 years ago | 0 answers | 0
0
answersQuestion
How to run this matlab file?
Hi, Attached file m with a delay function How in the windows command apply this function or this .m file to the audio fi...
6 years ago | 1 answer | 0
1
answerwhy this message error ?:Array indices must be positive integers or logical values
Ok but demo matlab t = (11:1:200)'; y = sin(2*pi*50*t) z = y(t-10) w = y+z plot(t(1:50),w(1:50)) sound(w,...
6 years ago | 0
Question
why this message error ?:Array indices must be positive integers or logical values
Hi, When i write this little script: -------------------------------------------------------------------------------------...
6 years ago | 3 answers | 0
3
answersQuestion
How to play a variation of frequency?
Hi, 1)Starting from a pure wave of a given frequency (4000 Hz) I can not implement this *pseudo code* to play a sound (pure ...
6 years ago | 0 answers | 0
0
answersQuestion
Which module toobox for audio processing?
Hello, I intend to buy matlab from his store <https://fr.mathworks.com/store/link/...fa_home_buyNow> but in order to wo...
6 years ago | 2 answers | 0
2
answershow to import an audio file ?
the problem is the path of the audio file. Does Matlab recognize the path of the audio file on the hard disk? for example...
6 years ago | 2
Question
how to import an audio file ?
Hi, I would like to write that in the command windows: load handel.mat filename = 'handel.mp3'; audiowrite(filenam...
6 years ago | 1 answer | 0