Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mark Hymers
naf
Commits
b91778e7
Commit
b91778e7
authored
Jun 11, 2017
by
Mark Hymers
Browse files
Merge remote-tracking branch 'andrew/connectivity' into connectivity
parents
ba5356f7
f1f1048f
Changes
1
Hide whitespace changes
Inline
Side-by-side
naf/maths/mvar_metrics.py
View file @
b91778e7
...
...
@@ -148,7 +148,7 @@ class ModalMvarMetrics(AbstractMVARMetrics):
# Compute transfer function
from
naf.maths.modal
import
MvarModalDecomposition
ret
.
modes
=
MvarModalDecomposition
.
initialise
(
model
,
sample_rate
=
sample_rate
,
normalise
=
Tru
e
)
ret
.
modes
=
MvarModalDecomposition
.
initialise
(
model
,
sample_rate
=
sample_rate
,
normalise
=
Fals
e
)
ret
.
H
=
ret
.
modes
.
transfer_function
(
sample_rate
,
freq_vect
)
return
ret
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment