|
9 | 9 | ############################# |
10 | 10 |
|
11 | 11 | """ |
12 | | - degree_distributions_plot(C::AbstractLDPCCode) |
| 12 | +$TYPEDSIGNATURES |
13 | 13 |
|
14 | 14 | Return a bar plot of the column and row degree distributions of `C`. |
15 | 15 |
|
@@ -44,7 +44,7 @@ function CodingTheory.degree_distributions_plot(C::AbstractLDPCCode) |
44 | 44 | end |
45 | 45 |
|
46 | 46 | """ |
47 | | - count_short_cycles_plot(C::AbstractLDPCCode) |
| 47 | +$TYPEDSIGNATURES |
48 | 48 |
|
49 | 49 | Return a bar graph and a dictionary of (length, count) pairs for unique short |
50 | 50 | cycles in the Tanner graph of `C`. An empty graph and dictionary are returned |
@@ -82,7 +82,7 @@ function CodingTheory.count_short_cycles_plot(C::AbstractLDPCCode) |
82 | 82 | end |
83 | 83 |
|
84 | 84 | """ |
85 | | - count_elementary_cycles_plot(C::AbstractLDPCCode) |
| 85 | +$TYPEDSIGNATURES |
86 | 86 |
|
87 | 87 | Return a bar graph and a dictionary of (length, count) pairs for unique elementary |
88 | 88 | cycles in the Tanner graph of `C`. An empty graph and dictionary are returned |
@@ -120,7 +120,7 @@ function CodingTheory.count_elementary_cycles_plot(C::AbstractLDPCCode) |
120 | 120 | end |
121 | 121 |
|
122 | 122 | """ |
123 | | - ACE_spectrum(C::AbstractLDPCCode) |
| 123 | +$TYPEDSIGNATURES |
124 | 124 |
|
125 | 125 | Return an interactive figure and data for the ACE spectrum of the Tanner graph of `C`. |
126 | 126 |
|
|
171 | 171 | # doesn't seem to be a point in making this dynamic with a slider, as it simply |
172 | 172 | # continues in the same tree shape and no useful information is gained from watching it |
173 | 173 | """ |
174 | | - computation_graph(C::AbstractLDPCCode, lvl::Int, v::Int, v_type::Symbol=:v) |
| 174 | +$TYPEDSIGNATURES |
175 | 175 |
|
176 | 176 | Return a figure representing the expansion of the Tanner graph of `C` to level `lvl` |
177 | 177 | for node `v`. If `v_type` is `:v`, `v` is interpreted as a variable node; otherwise, |
|
0 commit comments