source:
trunk/NIST_profile/__init__.py
Last change on this file was 4403, checked in by toby, 3 years ago | |
---|---|
|
|
File size: 246 bytes |
Line | |
---|---|
1 | from __future__ import absolute_import |
2 | from .profile_functions_class import FP_profile, best_irfft, best_rfft |
3 | from .atan_windowed_FP_profile import FP_atan_windowed_convolver |
4 | |
5 | class FP_windowed(FP_atan_windowed_convolver, FP_profile): |
6 | pass |
7 | |
8 |
Note: See TracBrowser
for help on using the repository browser.