Community Profile

photo

Marian Vides


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How do I convert a transfer function of a low pass filter to bandpass?
I obtained the transfer function like this: syms s; N=4; for k=1:N w=((2*k+N-1)/(2*N))*pi; Skr(k) = cos(w); Sk...

3 years ago | 1 answer | 0

1

answer

Question


How to create a Butterworth filter from scratch?
I'm trying to write the code for a bandpass Butterworth filter wihtout using the functon butter(), I started creating the low pa...

3 years ago | 1 answer | 0

1

answer