From: EE Student on
"VVV KUDAY" <musichoice(a)hotmail.com> wrote in message <hteoco$2fm$1(a)fred.mathworks.com>...
> Thank you for your interest
> I'm kite in this matter I'm sorry...
> I have written this function
>
> ButterWorth second order Bandpass filter
>
> Fo = 500 KHz ; (Center Frequency)
> BW = 150 KHz ; ( Bandwidth )
> N = 2 ; ( Order )
>
> Fp = ( Fo - ( BW/2 ) ; ( Pass Frequency )
> Fs = (Fo + ( BW/2 ) ; ( Stop Frequency )
> Fn = [ Fp Fs ] ; ( Normal Frequency )
>
> [ b a ] = ( N, Fn, 'Bandpass', 's' ) ;
> H = tf(b,a)
> bode(H);
>
> I find a transfer function...
> I'm not sure , Is there anything missing ?
> Thank you in advance...
>
>
>
>
>
>
>
>
> "VVV KUDAY" <musichoice(a)hotmail.com> wrote in message <htduag$ni0$1(a)fred.mathworks.com>...
> > Hi I'm trying to do homework but not do help me please
> > My homework's center frequency 500 KHz and bandwith 150KHz second order butterworth bandpass to find transfer functions with matlab...Please Help Me first homework and i don't know to use matlab

You tell me, when you view the bode plot does it meet spec?