change postprocessing

This commit is contained in:
PhillipRambo 2025-05-13 09:18:20 +02:00
parent 7429113a0b
commit 4d3b5a059d
1 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 25,
"execution_count": 1,
"id": "a70744bf-0aba-4fb6-a467-f8047ca3bd68",
"metadata": {},
"outputs": [],
@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": 2,
"id": "516d79b6-39fd-4227-9ae8-0846fa1b1dce",
"metadata": {},
"outputs": [],
@ -44,7 +44,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 3,
"id": "316d8b41-547d-4167-9807-a82d2ec0c8a7",
"metadata": {},
"outputs": [
@ -99,7 +99,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 4,
"id": "e343b9df-5262-4686-820e-93d0bb26da71",
"metadata": {},
"outputs": [
@ -131,7 +131,7 @@
},
{
"cell_type": "code",
"execution_count": 29,
"execution_count": 5,
"id": "6d76b8e5-2cf7-4340-8506-1359be1a249b",
"metadata": {},
"outputs": [
@ -167,7 +167,7 @@
"max_gain_db = Gain_db.max()\n",
"\n",
"# Plot Gain vs. Input Power\n",
"plt.figure(figsize=(2, 2))\n",
"plt.figure(figsize=(2,2))\n",
"plt.plot(np.array(df_50_ghz['Pindbm']), np.array(Gain_db), label=f'Gain (max = {max_gain_db:.2f} dB)')\n",
"#plt.plot(df_50_ghz['Pindbm'], P1db_curve, label=f'P1dB (P1dB = {Pi_p1db:.2f} dBm)')\n",
"# Add a vertical line at the P1dB point\n",