Skip to content
Snippets Groups Projects
Commit 01ff2dde authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Added method.

parent b2b80701
Branches
No related tags found
No related merge requests found
...@@ -72,6 +72,9 @@ class Stream: ...@@ -72,6 +72,9 @@ class Stream:
return self return self
def get_data_rate(self):
return self.data_rate
class StreamArray(np.ndarray): class StreamArray(np.ndarray):
""" """
User can limit the generated output using nof_intervals (highest dimension = still large amount of output) User can limit the generated output using nof_intervals (highest dimension = still large amount of output)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment