Nike
Followers: 0 Following: 0
Professional Interests: Signal processing, Audio Processing, Auditory Evoked Potentials, Psychoacoustics
Statistica
RANK
4.741
of 295.495
REPUTAZIONE
10
CONTRIBUTI
2 Domande
7 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.0%
VOTI RICEVUTI
3
RANK
2.624 of 20.240
REPUTAZIONE
639
VALUTAZIONE MEDIA
4.80
CONTRIBUTI
13 File
DOWNLOAD
20
ALL TIME DOWNLOAD
5175
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
Hom many computers (personal) can the matlab 2016 student version be installed on?
Hi, I am interested in purchasing the matlab 2016 student license. I had two questions regarding the same. I have contacted ...
oltre 8 anni fa | 1 risposta | 0
1
rispostaHow can I generated Speech Shaped Noise(SSN)
Hi, You can find a better version of code for generating the speech shaped noise in the attached link <http://in.mathwor...
oltre 8 anni fa | 0
Domanda
Generating a complex tone with continuously changing fundamental frequency
Hi, can someone help me with the following I want to generate a 200 millisecond signal with 6th-15th harmonics of a fund...
quasi 11 anni fa | 0 risposte | 0
0
risposteRemove rows or cols whose elements are all NaN
Simplest is A(isnan(A))= [];
oltre 11 anni fa | 0
ifft returns a complex signal from a real fft spectrum; i desire a real signal
Hi , why havent you tried adding multiple sine waves as below. fs = 44100; %sampling frequency dur = 1; %duration in se...
oltre 11 anni fa | 0
Vertically stacked subplots with x-axis labels only at the bottom
Hi Douglas, Why dont you try turning the XTicks off for all the wavforms except the bottom one or ty using this use th...
quasi 12 anni fa | 2
Read certain files from a directory in matlab?
Load the file within the 'for' loop and use the plot command followed by 'hold on' (use the hold on and plot within the loop) ...
quasi 12 anni fa | 0
How can I generated Speech Shaped Noise(SSN)
Reading each file will take a rather long time, why dont you just normalize all the speech files, concatenate them and find the ...
circa 12 anni fa | 0
How can I generated Speech Shaped Noise(SSN)
This should beable to solve your problem... cheers.. file = uigetfile('*.wav', 'Select the wave file'); [data,fs] =...
circa 12 anni fa | 1
| accettato