Hopsan / hopsan

Hopsan is a free multi-domain system simulation tool developed at the division of Fluid and mechatronic systems at Linköping university.
Apache License 2.0
162 stars 44 forks source link

HCOM: Custom vectors (like created with ones()) should be able to become time variables in current generation #1236

Closed hopsan-bot closed 6 years ago

hopsan-bot commented 6 years ago

Author Name: Robert Braun (@robbr48) Original Redmine Issue: 1236, https://flumes.iei.liu.se/redmine/issues/1236 Original Date: 2014/05/22 Original Assignee: Robert Braun


None

hopsan-bot commented 6 years ago

Original Redmine Comment Author Name: Peter Nordin (@peterNordin) Original Date: 2014/06/05 13:45:06 +0200


Make functions for this, timedomain and frequencydomain

hopsan-bot commented 6 years ago

Original Redmine Comment Author Name: Peter Nordin (@peterNordin) Original Date: 2014/06/05 13:46:09 +0200


Maybe only have one argument ant use current generation time vector

hopsan-bot commented 6 years ago

Original Redmine Comment Author Name: Peter Nordin (@peterNordin) Original Date: 2014/10/02 12:55:39 +0200


I suggest

makeTD( time, vec ) <- use specific time vector makeTD( vec ) <- use current generation time

makeFD( freq, vec ) <- use specific freq vector makeFD( vec ) <- not possible right now but maybe later

hopsan-bot commented 6 years ago

Original Redmine Comment Author Name: Peter Nordin (@peterNordin) Original Date: 2014/10/03 08:59:04 +0200


Maybe shorter form td() and fd() functions would be better

hopsan-bot commented 6 years ago

Original Redmine Comment Author Name: Robert Braun (@robbr48) Original Date: 2014/11/21 14:28:18 +0100


Applied in changeset r7465.

hopsan-bot commented 6 years ago

Original Redmine Comment Author Name: Robert Braun (@robbr48) Original Date: 2014/11/21 14:37:51 +0100


Applied in changeset r7466.