DSPRelated.com

general filtering

Started by ajabx in Matlab DSP19 years ago

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

Started by camdmag in Matlab DSP20 years ago 1 reply

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


FILTERING QUESTION

Started by camdmag in Matlab DSP20 years ago

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

Started by Appalayagari Sreedhar in Matlab DSP21 years ago

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.

Started by acetone4u2001 in Matlab DSP19 years ago 5 replies

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

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

Started by Mithun Aiyswaryan Sridharan in Matlab DSP21 years ago

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

Started by Mithun Aiyswaryan Sridharan in Matlab DSP21 years ago

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

Started by Mithun Aiyswaryan Sridharan in Matlab DSP21 years ago

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

Started by sufian in Matlab DSP22 years ago 1 reply

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

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

Started by chri...@gmail.com in Matlab DSP18 years ago

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

Started by sexy...@hotmail.it in Matlab DSP17 years ago

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

Started by bhooshaniyer in Matlab DSP22 years ago 5 replies

Hi 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

Started by SUNIL FRANCIS MENEZES in Matlab DSP23 years ago

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

Started by pavel_qmed in Matlab DSP16 years ago 1 reply

Hi, 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

Started by Fatima Nayyar in Matlab DSP22 years ago

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?

Started by krishnam acharya in Matlab DSP21 years ago 2 replies

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

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

Started by Marinus Lamabelawa in Matlab DSP13 years ago 1 reply

thx 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]

Started by Logeshwaran Vijayan in Matlab DSP22 years ago

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

Started by narokel in Matlab DSP21 years ago 1 reply

Hello, 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

Started by Nancy Le in Matlab DSP21 years ago

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