python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
speeding up 1d convolution in PyTorch
For my project I am using pytorch as a linear algebra backend. For the performance part of my code, I need to do 1D convolutions of 2 small (length between 2 and 9) vectors (1D tensors) a very large n...
Patrickens
Votes: 0
Answers: 2
Using Octave, construct an algorithm that cuts off pauses for a speech signal
Can you please explain how to do this? (Using Octave, construct an algorithm that cuts off pauses for a speech signal)
The audio file: https://www.dropbox.com/s/34ait9wo4b1j1ld/test1.ogg?dl=1
Here is ...
einar
Votes: 0
Answers: 1
Why scipy.signal.convolve2d gives me the wrong answer? (convolation matrix)
I would like to convolve given matrix with kernel.
from scipy import signal
import numpy as np
matrix = np.array([[147, 52, 208, 210, 167, 41, 133, 83],
[63, 243, 255, 11, 220, 154...
Pavel
Votes: 0
Answers: 0
Confusion understanding MATLAB implementation of convolution?
I am trying to implement convolution in MATLAB without using built in command. I have obtained a code from google and some how understood it but still there is some confusion especially regarding the ...
LECS
Votes: 0
Answers: 0