Skip to content

Conversation

@p-fath
Copy link
Contributor

@p-fath p-fath commented Oct 6, 2025

MOS annotation: calculate Cgg as Cgg+Cgsol+Cgdol; MOS+BIP annotation improved to show NaN if the associated parameter is not saved.

Cgg was updated to fit the gmID tables. This are the cap computations when generating the sizing LUTs. The overlap caps are added to Cgg, but extracted from Cgd and Cgs. Similar for Cdd and Css.
cgg = np.reshape(df['cgg'].values, dims, order='C')
+ np.reshape(df['cgdol'].values, dims, order='C')
+ np.reshape(df['cgsol'].values, dims, order='C')
cgb = -np.reshape(df['cgb'].values, dims, order='C')
cgd = -np.reshape(df['cgd'].values, dims, order='C')
+ np.reshape(df['cgdol'].values, dims, order='C')
cgs = -np.reshape(df['cgs'].values, dims, order='C')
+ np.reshape(df['cgsol'].values, dims, order='C')
cdd = np.reshape(df['cdd'].values, dims, order='C')
+ np.reshape(df['cjd'].values, dims, order='C')
+ np.reshape(df['cgdol'].values, dims, order='C')
css = np.reshape(df['css'].values, dims, order='C')
+ np.reshape(df['cjs'].values, dims, order='C')
+ np.reshape(df['cgsol'].values, dims, order='C')

MOS:
grafik
grafik

BIP:
grafik
grafik

…improved to show NaN if the associated parameter is not saved

Signed-off-by: Patrick Fath <p_fath@hotmail.com>
@p-fath p-fath force-pushed the improve_mos_annotation branch from a98e299 to 373723d Compare October 6, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant