DSPRelated.com

general filtering

Started by ajabx in Matlab DSP21 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


GUIs for adaptive filtering

Started by sufian in Matlab DSP25 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


filtering

Started by sexy...@hotmail.it in Matlab DSP19 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...


Physiological Filtering

Started by chri...@gmail.com in Matlab DSP20 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 QUESTION

Started by camdmag in Matlab DSP23 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


FILTERING - HELP

Started by camdmag in Matlab DSP23 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 ~~~

Started by Mithun Aiyswaryan Sridharan in Matlab DSP23 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 DSP23 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 DSP23 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)


2-D digital filtering

Started by Appalayagari Sreedhar in Matlab DSP23 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


call on a file and filtering it with simple procedure, but ??

Started by blue...@yahoo.com in Matlab DSP17 years ago

please check the following programs, the 1st is used to call on a .wav file, change it into a matrix, fft it, filter it, and then rewrite it, but...

please check the following programs, the 1st is used to call on a .wav file, change it into a matrix, fft it, filter it, and then rewrite it, but the problem is the new file is just a file, there is no sound?? the 2nd is the same but without filtering and the same problem arises, I will really appreciate any help !! :) thanks


spatial filtering

Started by Marinus Lamabelawa in Matlab DSP16 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...


doubt on amplitude of fft points

Started by mainraghav in Matlab DSP17 years ago 1 reply

Hi everbody.I have a doubt.I am doing a problem of filtering(fir) in which we have to acquire our carrier precisely ..For that we have to do the...

Hi everbody.I have a doubt.I am doing a problem of filtering(fir) in which we have to acquire our carrier precisely ..For that we have to do the decimation, filtering(LPF) and down conversions(it is areal time application).TO check the frequency I have to do fft at each stage ..NOw the doubt comes is every time I do fft at each stage, the amlitude of fft peak decreases and it becomes very low at ...


Matched filtering in matlab

Started by Ishtiaque Ahmed in Matlab DSP18 years ago 3 replies

hello, I need to compress a chirp signal using convolution i.e. by Matched filtering in Matlab. *Can anybody write the steps how to do this...

hello, I need to compress a chirp signal using convolution i.e. by Matched filtering in Matlab. *Can anybody write the steps how to do this in Matlab?? *How can I define an Impulse function and of what kind should it be? What should I do with this impulse function? Thanks.


matched filtering

Started by pavel_qmed in Matlab DSP18 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.


frequency response matching

Started by trentki in Matlab DSP18 years ago

Hello! I've got a basic? question regarding filtering. The goal with the filtering is to match four frequency response source curves...

Hello! I've got a basic? question regarding filtering. The goal with the filtering is to match four frequency response source curves against two target curves. Let us call the target curves goal1 and goal2 and the source curves source1, source2, source3 and source4. What I would like to do (I think!) is to solve the equation system below. That is, for a specific frequency 0 < f < fs


how do i use an adaptive filter for filtering an ECG wave

Started by puneetha achar in Matlab DSP20 years ago 1 reply

hello, im new to the topic of adaptive filters and its implementation in matlab. im doing a project on 'filtering and analysis of an ECG...

hello, im new to the topic of adaptive filters and its implementation in matlab. im doing a project on 'filtering and analysis of an ECG wave'. we are carrying out all our analysis on an ECG wave with only a powerline interference (60hz). the signal available to us is an ECG wave with a noise component of 60hz, sampled at 200hz..the file is in .dat format. we have been able to impl...


adaptive Median filtering

Started by hariza in Matlab DSP21 years ago 1 reply

i have the source code for adaptive median filtering.but when i run this code,it has an error..i'm new to matlab ..below are some of the ...

i have the source code for adaptive median filtering.but when i run this code,it has an error..i'm new to matlab ..below are some of the code ip_edge = zeros (212,276); ip_convert = double (ip); the error is below.. ip_edge (11:202, 11:266) = ip_edge (11:202, 11:266) + ip_convert; can anybody tell me


adaptive filtering+matlab implementation

Started by Fatima Nayyar in Matlab DSP25 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


3D filtering.

Started by acetone4u2001 in Matlab DSP21 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