Forums Search for: Filtering
general filtering
Hello anyone can please explain me when filtering by FFT, what is the diference between filtering the normal spectrum and iFFT and...
Hello anyone can please explain me when filtering by FFT, what is the diference between filtering the normal spectrum and iFFT and filtering the power spectrum and then iFFT ? which one are best ? thanx
FILTERING - HELP
inHello I am new to the group and in fact new to signal processing and filtering and was wondering if anyone could help me with a...
Hello I am new to the group and in fact new to signal processing and filtering and was wondering if anyone could help me with a problem I have filtering in MATLAB. Firstly I should say that I have a large number of waveforms (>5000) and from each wish to extrac
FILTERING QUESTION
Hello I am new to the group and in fact new to signal processing and filtering and was wondering if anyone could help me with a...
Hello I am new to the group and in fact new to signal processing and filtering and was wondering if anyone could help me with a problem I have filtering in MATLAB. Firstly I should say that I have a large number of waveforms (>5000) and from each wish to extrac
2-D digital filtering
Dear all, I am working on the 2-D fir filtering, i need to calculate the passband ripple and stopband attenuation for the...
Dear all, I am working on the 2-D fir filtering, i need to calculate the passband ripple and stopband attenuation for the 2-D fir filtering case using matlab, for 1 - D i can use max(H) which will give me the passband ripple and i can calculate the s
3D filtering.
inHi, I am dealing with 3d data. I am supposed to do a 3d fft followed with a 3d butterworth filter. can somebody tell me how to do it ?...
Hi, I am dealing with 3d data. I am supposed to do a 3d fft followed with a 3d butterworth filter. can somebody tell me how to do it ? ( specificaly multidimensional filtering ? ) -Ankur
~~~ Filtering ~~~
dear krishnamachary, filtering in the "frequency domain" does not mean convolution in this domain. filtering means u are ...
dear krishnamachary, filtering in the "frequency domain" does not mean convolution in this domain. filtering means u are taking a product of the Fourier transforms of the signal x(n) and the system impulse response h(n). the fourier transforms are X(n) and H(n)
~~~ Filtering ~~~
dear krishnamachary, filtering in the "frequency domain" does not mean convolution in this domain. filtering means u are ...
dear krishnamachary, filtering in the "frequency domain" does not mean convolution in this domain. filtering means u are taking a product of the Fourier transforms of the signal x(n) and the system impulse response h(n). the fourier transforms are X(n) and H(n)
~~~ Filtering ~~~
dear krishnamachary, filtering in the "frequency domain" does not mean convolution in this domain. filtering means u are ...
dear krishnamachary, filtering in the "frequency domain" does not mean convolution in this domain. filtering means u are taking a product of the Fourier transforms of the signal x(n) and the system impulse response h(n). the fourier transforms are X(n) and H(n)
GUIs for adaptive filtering
ini need to build a GUI in matlab that shows an LMS adaptive filtering system used for noise cancellation can u tell me of good...
i need to build a GUI in matlab that shows an LMS adaptive filtering system used for noise cancellation can u tell me of good sites on this subject... anywhere i can find mfiles or GUIs that do adaptive filtering plz tell of good resources or help thnx
Physiological Filtering
Hi, I'm recording motor cortex NIRS signals from the human brain where the heart rate(~1.5Hz), respiration(~2Hz) and Mayer wave(~0.1Hz) cloud a...
Hi, I'm recording motor cortex NIRS signals from the human brain where the heart rate(~1.5Hz), respiration(~2Hz) and Mayer wave(~0.1Hz) cloud a lot of the motor signal that is desired. The filtering technique has to be very phase neutral (like FIR not IIR filtering) unlike the filter.m where a dramatic affect occurs in phase shifting. Filtfilt.m is the usual one that is used that is effec...
filtering
Hi tu you all! I have a problem of distortion while filtering. I have a signal with bandwith of 10 KHz centered on a carrier frequency of 30...
Hi tu you all! I have a problem of distortion while filtering. I have a signal with bandwith of 10 KHz centered on a carrier frequency of 30 KHz without noise. I'm trying filtering that with a butterworth filter of signal bandwith of 40 KHz centered on 30 KHz using [Bf1,Af1]=butter(5,[wn1 wn2]); y=filtfilt(Bf1,Af1,x); But if i try to compare x and y they are different even if the filte...
IIR filtering Doubt...
inHi everybody, Iam trying to do a filtering on a certain signal,lets say a sine wave consisting of three different frequency...
Hi everybody, Iam trying to do a filtering on a certain signal,lets say a sine wave consisting of three different frequency ranges ie, in real time my signal could consist of any 3 frequencies of the folllowing nature- 1] any one particular fr
Dynamic filtering
** Proprietary ** Hi, I would like to know if anyone has worked on dynamic filtering in digital domain in matlab. The...
** Proprietary ** Hi, I would like to know if anyone has worked on dynamic filtering in digital domain in matlab. The dynamic filter frequency response is varying continously at any given instance Thanks & eagerly waiting for response sunil
matched filtering
inHi, I need to know 2 things: 1) the matlab command (if there is any) for 'Matched filtering'. 2) mathematical expression of 'linear Chirp...
Hi, I need to know 2 things: 1) the matlab command (if there is any) for 'Matched filtering'. 2) mathematical expression of 'linear Chirp signal' for Radar systems. I need to compress a linear chirp signal by match filter and display a compressed pulse. Hope I would be assisted. Thanks.
adaptive filtering+matlab implementation
hi all, i need to know about adaptive filtering with matlab implementation for noise cancellation. can anybody help me out?? ...
hi all, i need to know about adaptive filtering with matlab implementation for noise cancellation. can anybody help me out?? thanks fatima
frequency domain filtering?
inHi all, this is regarding my doubt in frequeny domain filtering. is it means to say that we convert a signal x(n) into its...
Hi all, this is regarding my doubt in frequeny domain filtering. is it means to say that we convert a signal x(n) into its frequency domain and we get the fourier coefficients which represent the amplitude and phase of the frequency components. then we make the fourier
spatial filtering
inthx form moderator i'm a new member in this group & beginner in matlab may i question about problem in spatial filtering in image...
thx form moderator i'm a new member in this group & beginner in matlab may i question about problem in spatial filtering in image processing how we count convolution method using robert cross gradient operator example : robert operator -1 0 ?0 1 image : A B C D E F G H I J K L M N O P new image in : A11 = A...
Re: [Fwd: Re: Re: problem in normalization factor in low pass filter implementation]
Hi Premkiran Mannava, The lms algorithm for adaptive filtering is not that complex to implement. just get hold of this book - ...
Hi Premkiran Mannava, The lms algorithm for adaptive filtering is not that complex to implement. just get hold of this book - Adaptive filtering by Simon Haykin hope this helps. logesh. > Premkiran Mannava- > >
Adaptive filtering
inHello, I am beginning to learn dsp and would very much appreciate some help regarding adaptive filtering. I have an input...
Hello, I am beginning to learn dsp and would very much appreciate some help regarding adaptive filtering. I have an input signal and an output signal. I would like to design a filter such that when convolved with the input signal, the output signal will be produce
Filtering a Plot
I was wondering if any of you are familiar with filtering a plot. Here's my problem, I can plot the points, but I need to filter...
I was wondering if any of you are familiar with filtering a plot. Here's my problem, I can plot the points, but I need to filter the plot with the function y(n)=1/3[x(n)+x(n-1)+x(n+1). If anyone knows this, I will really appreciate it if you can help me. Thanks