Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tff2020
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
skmad-suite
tff2020
Commits
be561b5e
Commit
be561b5e
authored
5 years ago
by
Marina Kreme
Browse files
Options
Downloads
Patches
Plain Diff
draft
parent
4f01ad28
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/README.md
+45
-0
45 additions, 0 deletions
matlab/README.md
with
45 additions
and
0 deletions
matlab/README.md
+
45
−
0
View file @
be561b5e
# Matlab code for time-frequency fading
# Matlab code for time-frequency fading
**********************************************************************************************************************
*
author: A. Marina KREME
*
institution: Institut de Mathmatiques de Marseille (I2M) / Laboratoire d?Informatique et des systmes (LIS) - Aix-Marseille University, France.
*
date: May, 2020
% revision date :
**********************************************************************************************************************
***********************************************************************************************************************
*
RECOMMENDATIONS:
*
This toolbox is designed to work with
*
Matlab R2017b (9.3.0.713579) and The Large Time Frequency Analysis Toolbox (LTFAT) which can be downloaded at https://ltfat.github.io
***********************************************************************************************************************
----------------------------
# Foobar
Foobar is a Python library for dealing with word pluralization.
## Installation
Use the package manager
[
pip
](
https://pip.pypa.io/en/stable/
)
to install foobar.
```
bash
pip
install
foobar
```
## Usage
```
python
import
foobar
foobar
.
pluralize
(
'
word
'
)
# returns 'words'
foobar
.
pluralize
(
'
goose
'
)
# returns 'geese'
foobar
.
singularize
(
'
phenomena
'
)
# returns 'phenomenon'
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[
MIT
](
https://choosealicense.com/licenses/mit/
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment