Gaussian FIR LPF

  • Follow


Hi all


Can anyone help me in designning Gaussian Shaped FIR LP filter,using
Matlab.


Any help regarding the above topic will be appreciated.


Thanks
0
Reply dali_in (17) 10/18/2003 11:50:58 AM

Dali wrote:
>
>
> Hi all
>
> Can anyone help me in designning Gaussian Shaped FIR LP
> filter,using
> Matlab.
>
> Any help regarding the above topic will be appreciated.
>
> Thanks


Hi


There are amny commnds in ML for FIR lp filter design. If its
descrete kind, use commands filter, fitfilt etc. You want the shape
of filter to be gausian, for that you take inverse fourier of the TF
of lp filter , convolve it with a gaussian signal in time domain,
which shall give you desired one.


hope it helps
Dr. Abhay Kumar
0
Reply akumar.elex (347) 10/18/2003 12:30:20 PM


Hi thanks abhay


Well i understand what u said but it would be help me more if u can
give me code of what u wrote .Thanks


If u can help me with same thing done using simulink block then it
would greatly cler my work


thanks
abhay kumar wrote:
>
>
> Dali wrote:
>>
>>
>> Hi all
>>
>> Can anyone help me in designning Gaussian Shaped FIR LP
>> filter,using
>> Matlab.
>>
>> Any help regarding the above topic will be appreciated.
>>
>> Thanks
>
> Hi
>
> There are amny commnds in ML for FIR lp filter design. If its
> descrete kind, use commands filter, fitfilt etc. You want the shape
> of filter to be gausian, for that you take inverse fourier of the
> TF
> of lp filter , convolve it with a gaussian signal in time domain,
> which shall give you desired one.
>
> hope it helps
> Dr. Abhay Kumar
0
Reply dali_in (17) 10/18/2003 12:36:29 PM

Dali wrote:
>
>
> Hi thanks abhay
>
> Well i understand what u said but it would be help me more if u can
> give me code of what u wrote .Thanks
>
I didnt write any code for your question.


> If u can help me with same thing done using simulink block then it
> would greatly cler my work


if you want using simulink, see FDAtool


Moreover, show us what you did so far, i.e your code, etc. we can
help you in fixing bugs


Abhay kumar


> thanks
> abhay kumar wrote:
>>
>>
>> Dali wrote:
>>>
>>>
>>> Hi all
>>>
>>> Can anyone help me in designning Gaussian Shaped FIR LP
>>> filter,using
>>> Matlab.
>>>
>>> Any help regarding the above topic will be appreciated.
>>>
>>> Thanks
>>
>> Hi
>>
>> There are amny commnds in ML for FIR lp filter design. If its
>> descrete kind, use commands filter, fitfilt etc. You want the
> shape
>> of filter to be gausian, for that you take inverse fourier of
> the
>> TF
>> of lp filter , convolve it with a gaussian signal in time
domain,
>> which shall give you desired one.
>>
>> hope it helps
>> Dr. Abhay Kumar
0
Reply akumar.elex (347) 10/18/2003 12:47:38 PM

3 Replies
45 Views

(page loaded in 0.055 seconds)

Similiar Articles:










6/22/2012 8:13:32 AM


Reply: