Feeds
답변 있음
Why does spectrogram's result Matrix not have the length of the window
If you write s = spectrogram(data,hamming(wdw),overlap,wdw,Fs); in the last line, then the row size in s would be 160. M...
Why does spectrogram's result Matrix not have the length of the window
If you write s = spectrogram(data,hamming(wdw),overlap,wdw,Fs); in the last line, then the row size in s would be 160. M...
대략 8년 전 | 0
질문
ClockConnection vs TriggerConnection in Data Acquisition Toolbox
The matlab documentation on clock connection and trigger connection of the data acquisition toolbox didn't make it very clear to...
11년 초과 전 | 답변 수: 0 | 0
0
답변답변 있음
mex.h and mexFunction.h difference
What about, say, here, http://www.sondette.com/public/blog/?p=467. mex.h and mexFunction.h are both loaded in the beginning and ...
mex.h and mexFunction.h difference
What about, say, here, http://www.sondette.com/public/blog/?p=467. mex.h and mexFunction.h are both loaded in the beginning and ...
거의 14년 전 | 0
질문
mex.h and mexFunction.h difference
Is there a difference between loading mex.h and mexFunction.h files in the beginning of a mex file? It appeared to me that some ...
거의 14년 전 | 답변 수: 2 | 0
2
답변답변 있음
Shared Library limitations on null pointers
Thanks Walter. I tried changing the second line to, sdataPtr = libpointer('voidPtr', sdata) but the results are the same, ...
Shared Library limitations on null pointers
Thanks Walter. I tried changing the second line to, sdataPtr = libpointer('voidPtr', sdata) but the results are the same, ...
거의 14년 전 | 0
질문
Shared Library limitations on null pointers
In my 2011b documentation file under "Calling Functions in Shared Libraries" there's a section on the "Limitations Using Pointer...
거의 14년 전 | 답변 수: 2 | 0
2
답변답변 있음
loadlibrary doesn't load all functions from dll
This problem is solved. There's a small error in the 5th function in the loaded header file...
loadlibrary doesn't load all functions from dll
This problem is solved. There's a small error in the 5th function in the loaded header file...
거의 14년 전 | 0
질문
loadlibrary doesn't load all functions from dll
Hello there, I'm trying to load a dll file into Matlab using loadlibrary, but so far I'm only able to load the first 4 functions...
거의 14년 전 | 답변 수: 1 | 0

