# wavepack **Repository Path**: fortran-stack/wavepack ## Basic Information - **Project Name**: wavepack - **Description**: Fortran 小波变换包 - **Primary Language**: FORTRAN - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-15 - **Last Updated**: 2023-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WAVEPACK `WAVEPACK`: routines to compute the wavelet transform of a time series, and significance levels. *Note: This stage, only `real64` is supported.* ## Get Started ### Dependencies - Git - [fortran-lang/fpm](https://github.com/fortran-lang/fpm) ### Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm) Fortran Package Manager (fpm) is a package manager and build system for Fortran. You can build `wavepack` using provided `fpm.toml`: ```sh fpm build --profile release ``` To use `wavepack` within your `fpm` project, add the following to your `fpm.toml` file: ```toml [dependencies] wavepack = { git="https://github.com/zoziha/wavepack" } ``` ## Links - [danielrios12/wavelet---torrence-e-compo](https://github.com/danielrios12/wavelet---torrence-e-compo) - [fortran-lang/fftpack](https://github.com/fortran-lang/fftpack) - [netlib/random](http://www.netlib.org/random/)