Statistics
All
RANK
3 923
of 298 204
REPUTATION
14
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
3
RANK
14 697 of 20 548
REPUTATION
14
AVERAGE RATING
3.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
91
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
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...
mer än 8 år ago | 0
Answered
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 ...
mer än 8 år ago | 1
| accepted
Answered
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...
mer än 8 år ago | 0
Answered
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...
mer än 8 år ago | 2
Answered
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...
mer än 8 år ago | 0
Answered
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...
mer än 8 år ago | 0
| accepted