Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Saly07

  1. S

    How to design a filter in MATLAB using the data from an S2P touchstone file

    Thank you BigBoss for your response. The thing is that I don't want to just extract and plot S-parameters, I actually want to implement the S2P file in my matlab code (if it is possible) or somehow use this file in order to filter the data I generate by a code line. Any clue please?
  2. S

    Plot a bandpass filter at a central frequency F0 in MATLAB

    Hi, I have this filter: d = fdesign.pandpass('n,F3dB',3,50e3, 200e6); Hd = design(d,'butter'); which I want to plot at a central frequency of 868.3 MHz. Could you pleaase help me with this? Thank you in advance!
  3. S

    How to design a filter in MATLAB using the data from an S2P touchstone file

    Hi, I have an S2P file of a SAW filter containing S-Parameters S11, S12, S21, S22. I want to use these data to implement the filter in my MATALAB code. Is there something like: d = fdesign.bandpass(.......'S-PARAMETERS extracted from S2P file' ....); Hd = design(d,'.....'); ?????? Thank...

Part and Inventory Search

Back
Top