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 jawad04

  1. J

    How to de-embed the effect of additionally attached semi-rigid coaxial cable

    I have to de-embed the effect of additionally attached semi-rigid coaxial cable on the RF cables for the two port measurements. After simple two port calibration (without semi-rigid cable) of VNA (picture 1), the results are ok. After that i attached the semi-rigid cable and apply the automatic...
  2. J

    Scalar Multiplication on ID Results in CST Microwave Studio

    I want to do the scalar multiplication on one graph of the ID results in CST Microwave Studio using Macro. But i am getting error in getting signal. After doing the scalar multiplication and i want to display the results in the form of new plot. Thanks
  3. J

    Exporting Plot Data from CST Microwave Studio Tables sing Macro -Urgent

    Hi Everyone, I have to import a 48 graphs of data from CST Tables in the form of .txt file. I just try to export 1st graph using following code. ' Export_Tables Sub Main () SelectTreeItem "Tables\E_WV3_8X" ExportPlotData "E_WV3_8X.txt" End Sub But i not getting any output file in any...
  4. J

    Problem in implementing difference equation of Digital notch filter

    I am not getting any error in the code. But not getting proper output. I need to implement this equation: // y(k) = 0.9975x(k) - 1.9911x(k-1) + 0.9975x(k-2) + 1.9911y(k-1)-0.9950y(k-2) // I had generated 10 bit input_signal x(k) using counter. I had converted the fractional numbers into...
  5. J

    Problem in implementing difference equation of Digital notch filter

    I am trying to implement a digital notch filter in Vertex-4. I have to implement a difference equation. I am taking input from ADC which is going to filter block and the output of filter is going to DAC. My code is given below. But its not working accurately: `timescale 1ns / 1ps...

Part and Inventory Search

Back
Top