-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
119 lines (118 loc) · 3.36 KB
/
NAMESPACE
File metadata and controls
119 lines (118 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Generated by roxygen2: do not edit by hand
S3method(as.character,fraction)
S3method(bowl18_min_freq_dist,default)
S3method(bowl18_min_freq_dist,fr_chord)
S3method(complex_sonor,default)
S3method(complex_sonor,parn94)
S3method(corpus_dissonance_table,corpus)
S3method(count_chords,corpus)
S3method(double,fraction)
S3method(expand_harmonics,fraction)
S3method(expand_harmonics,rational_chord)
S3method(fraction,numeric)
S3method(gcd,rational_chord)
S3method(half,fraction)
S3method(huron_1994,default)
S3method(huron_1994,int_vec)
S3method(huron_1994,pc_set)
S3method(jl_tonal_dissonance,default)
S3method(jl_tonal_dissonance,pc_set)
S3method(kl_div_from_uniform,smooth_spectrum)
S3method(lcm,rational_chord)
S3method(multiplicity,default)
S3method(multiplicity,parn94)
S3method(parn88,default)
S3method(parn88,pc_set)
S3method(parn94,default)
S3method(parn94,sparse_pi_spectrum)
S3method(pc_harmonicity,default)
S3method(pc_harmonicity,milne_pc_spectrum)
S3method(pc_harmonicity,pc_set)
S3method(peak,milne_pc_spectrum)
S3method(pitch_salience,default)
S3method(pitch_salience,parn94)
S3method(pitch_salience,pitch_salience)
S3method(print,corpus_dissonance_table)
S3method(pure_sonor,default)
S3method(pure_sonor,parn94)
S3method(rationalise_chord,pi_chord)
S3method(roughness_hutch,default)
S3method(roughness_hutch,sparse_fr_spectrum)
S3method(roughness_seth,default)
S3method(roughness_seth,sparse_fr_spectrum)
S3method(roughness_vass,default)
S3method(roughness_vass,sparse_fr_spectrum)
S3method(roughness_wang,default)
S3method(roughness_wang,sparse_fr_spectrum)
S3method(smooth_log_periodicity,default)
S3method(smooth_log_periodicity,pi_chord)
S3method(sweep_harmonic_template,milne_pc_spectrum)
S3method(sweep_harmonic_template,pc_set)
S3method(type,corpus_dissonance_table)
export(bowl18_min_freq_dist)
export(complex_sonor)
export(corpus_dissonance)
export(corpus_dissonance_table)
export(cosine_similarity)
export(count_chords)
export(demo_wang)
export(get_free_field_threshold)
export(get_overall_masking_level)
export(get_partial_masking_level)
export(get_pure_tone_audibility)
export(get_pure_tone_audible_level)
export(get_pure_tone_height)
export(get_tone_salience)
export(gill09_harmonicity)
export(har_19_composite_coef)
export(huron_1994)
export(huron_1994_weights)
export(hutch_cbw)
export(hutch_dissonance_function)
export(hutch_g)
export(hutch_visualise)
export(hutch_y)
export(incon)
export(incon_models)
export(jl_rule_1)
export(jl_rule_2)
export(jl_rule_3)
export(jl_tonal_dissonance)
export(kl_div_from_uniform)
export(list_models)
export(multiplicity)
export(parn88)
export(parn94)
export(parn94_params)
export(pc_harmonicity)
export(peak)
export(pitch_commonality)
export(pitch_distance)
export(pitch_salience)
export(pure_sonor)
export(root)
export(root_ambiguity)
export(root_support_weights)
export(roughness_hutch)
export(roughness_seth)
export(roughness_vass)
export(roughness_wang)
export(smooth_log_periodicity)
export(sweep_harmonic_template)
export(sweep_template)
export(type)
importFrom(Rcpp,sourceCpp)
importFrom(Rdpack,reprompt)
importFrom(magrittr,"%>%")
importFrom(methods,"is")
importFrom(methods,.valueClassTest)
importFrom(methods,new)
importFrom(rlang,".data")
importFrom(stats,"approx")
importFrom(stats,"cor")
importFrom(stats,"fft")
importFrom(stats,cor)
importFrom(tibble,tibble)
importFrom(utils,"capture.output")
importFrom(zeallot,"%<-%")
useDynLib(incon, .registration = TRUE)