Skip to content
Snippets Groups Projects
Commit 3eaee480 authored by many's avatar many
Browse files

outcomment script-part

parent 54af5170
No related branches found
No related tags found
2 merge requests!10Merge recent changes in master to we_ahrens,!7udate project structure
import numpy as np
from scipy.optimize import least_squares
......@@ -69,17 +68,17 @@ def getGCI(N1,N2,N3,fc1,fc2,fc3,D, Fs=1.25):
# [EERE_1_p1, EERE_2_p1, EERE_3_p1]
fc3 = 25.263
fc2 = 23.565
fc1 = 23.151
N3 = 1
N2 = 8
N1 = 27
Fs=1.25
D = 3
# fc3 = 25.263
# fc2 = 23.565
# fc1 = 23.151
#
# N3 = 1
# N2 = 8
# N1 = 27
# Fs=1.25
# D = 3
#print('p(min) = ',p_min,'\np(max) = ',p_max,'\np(act) = ',P,'\np(rel) = ',prel(p_opt,P))
a = getGCI(N1, N2, N3, fc1, fc2, fc3, D, Fs=1.25)
# GCI_1, GCI_2, GCI_3 = getGCI(N1, N2, N3, fc1, fc2, fc3, D, Fs=1.25)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment