- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to switch from default "liner" to "circular" kind
of correlation?
of correlation?
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using windows version of the lib.
According to mkl.chm,
table "Convolution and Correlation Task Parameters",
parameter "int kind"
"Specifies whether the task relates to computing linear or circular convolution/correlation"
Please, tell me how to change this parameter!?
(doubling of input is not quite convenient :) )
According to mkl.chm,
table "Convolution and Correlation Task Parameters",
parameter "int kind"
"Specifies whether the task relates to computing linear or circular convolution/correlation"
Please, tell me how to change this parameter!?
(doubling of input is not quite convenient :) )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think, vslsConvNewTask/vslsCorrNewTask functions shoul help you.
Andrey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
vslsConvNewTask(task, mode, dims, xshape, yshape, zshape);
Where mode is for "whether the convolution/correlation computation should be done via Fourier transforms, or by a direct method, or by automatically choosing between the two"
No "kind" mentioned again.
Where mode is for "whether the convolution/correlation computation should be done via Fourier transforms, or by a direct method, or by automatically choosing between the two"
No "kind" mentioned again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I spoke with conv/corr developers and they said what circuitconv/corr not supported now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks...
Removing those few lines from the documentation would save me a lot of time... :(
Removing those few lines from the documentation would save me a lot of time... :(

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page