if you guys know what a convolution is, i convoluted, on paper, the lists [3,6] and [10,6] and it gave me the list [30,78,36]
now, i want to do this in snap!, but how?
remember, the 2nd list is flipped
Well, how did you do it on paper? You will likely be able to just translate it into snap with minimal edits.
and where did you get that "sum" block?
i mean it only has 1 slot
Drag a list onto the arrow on the + block.
this sh/t don't work!
Try dragging the picture into the Snap! window.
welp, too late now... sry
[scratchblocks] (()+() @delInput@addInput:: operators) [/scratchblocks]
put
(... :: grey)
into the
[scratchblocks] (()+()->@delInput @addInput:: operators) [/scratchblocks]
then
(sum(... :: grey) :: operators)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.