Answered
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...

bijna 2 jaar ago | 0

| accepted

Question


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...

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


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...

ongeveer 2 jaar ago | 2 answers | 0

2

answers

Question


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...

ongeveer 2 jaar ago | 1 answer | 0

1

answer

Question


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...

ongeveer 2 jaar ago | 1 answer | 0

1

answer

Question


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?

ongeveer 2 jaar ago | 1 answer | 0

1

answer