Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeVH authored Dec 8, 2023
1 parent 9bb7815 commit b8f4258
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DRT.jl
# DistributedRelaxationTimes.jl

A Julia package to calculate the **Distribution of Relaxation Times (DRT)** of a given set of electrochemical impedance spectroscopy measurements and frequency values. The current implementation uses the Tikhonov regularisation approach with radial basis function discretization.

Expand All @@ -12,7 +12,7 @@ The main function exported in this module is the `compute_DRT` function. Its tw

```julia

using DRT, DataFrames, CSV
using DistributedRelaxationTimes, DataFrames, CSV

# Read the measurements.

Expand Down Expand Up @@ -50,4 +50,4 @@ Some basic plotting functionality is provided to visualise the outputs of the `c
#With optional arguments for a label "example" and a green color of the plot.

plot_DRT(peak_taus, peak_amplitudes, taus_out, drt, lab = "example", color = "green")
```
```

0 comments on commit b8f4258

Please sign in to comment.