Respondida
how to convert a gaussian low pass filter to a gaussian band pass filter
I find the answer of this question and writing it here in case that anyone needs it in the future: When we think of low pass or...

alrededor de 2 años hace | 0

| aceptada

Pregunta


how to convert a gaussian low pass filter to a gaussian band pass filter
I designed a gaussian filter in Matlab with these values of sigma and mean: sigma = 1.5040e-08; u=0; by usisng this line of c...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


FFT of Gaussian filter in 1D
I have a gaussian filter and its fourier transform in matlab is just located at zero. I am sure I did everything right but still...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


1d filter implementation
I wanna implement this function, f=t^2*exp(-t^2), the exponential part is a gaussian filter and I should finetune mean and varia...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


convolving 1D filter in 1D signal
I have a filter with this eq: GH2=4*t^2*exp(-t^2) - 2*exp(-t^2); E2=3*sqrt(pi/2); GHE2=GH2/sqrt(E2); the t here is a 1*678...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


plot a conditional equation
I want to plot f(x,y)= (x-y)/(x+y) with this condition that x,y> 0 and y>10x, how can I plot it in matlab?

más de 2 años hace | 1 respuesta | 0

1

respuesta