Feeds
已回答
How can I fit a circle to a region of pixels?
I'm not familiar with this toolbox. But have you tried simply scanning all point? you could do something like this: % creat...
How can I fit a circle to a region of pixels?
I'm not familiar with this toolbox. But have you tried simply scanning all point? you could do something like this: % creat...
8 years 前 | 0
已回答
obtaining spectrogram in hertz
Hi, you should pass the sample frequency as well. spectrogram(rand(1000,1),windowsize,overlap,windowsize,fs) (The second ...
obtaining spectrogram in hertz
Hi, you should pass the sample frequency as well. spectrogram(rand(1000,1),windowsize,overlap,windowsize,fs) (The second ...
8 years 前 | 1
| 已接受
已回答
Doing a fft on a audio file
Hi, you should have a look at the function "spectrogram" ( <https://nl.mathworks.com/help/signal/ref/spectrogram.html> ), whi...
Doing a fft on a audio file
Hi, you should have a look at the function "spectrogram" ( <https://nl.mathworks.com/help/signal/ref/spectrogram.html> ), whi...
8 years 前 | 0
已回答
How can I use special letter like ő in a gui?
hi, You should use latex symbols (list can be found <https://en.wikibooks.org/wiki/LaTeX/Special_Characters here>). for exam...
How can I use special letter like ő in a gui?
hi, You should use latex symbols (list can be found <https://en.wikibooks.org/wiki/LaTeX/Special_Characters here>). for exam...
8 years 前 | 2
已回答
Dynamic Time Warping as a classifier, a good idea??
hi, first, your implementation seems ok on first glance. To be sure, in the latest versions of matlab DTW is implemented so y...
Dynamic Time Warping as a classifier, a good idea??
hi, first, your implementation seems ok on first glance. To be sure, in the latest versions of matlab DTW is implemented so y...
8 years 前 | 0
已回答
How does DTW penalize stretching ?
hi, I believe you misunderstood the DTW principal. DTW does directly penalizes stretching in the signals, as intended. The be...
How does DTW penalize stretching ?
hi, I believe you misunderstood the DTW principal. DTW does directly penalizes stretching in the signals, as intended. The be...
8 years 前 | 0
| 已接受