@stdlib/simulate-iter 0.0.2 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +49 -21
- package/docs/types/index.d.ts +1 -1
- package/package.json +4 -3
- package/CHANGELOG.md +0 -5
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,9 +20,9 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# Simulation Iterators
|
|
22
22
|
|
|
23
|
-
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
|
|
23
|
+
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
24
24
|
|
|
25
|
-
>
|
|
25
|
+
> Simulation iterators.
|
|
26
26
|
|
|
27
27
|
<section class="installation">
|
|
28
28
|
|
|
@@ -44,7 +44,7 @@ var ns = require( '@stdlib/simulate-iter' );
|
|
|
44
44
|
|
|
45
45
|
#### ns
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
Namespace containing simulation iterators.
|
|
48
48
|
|
|
49
49
|
```javascript
|
|
50
50
|
var iterators = ns;
|
|
@@ -101,6 +101,16 @@ console.log( objectKeys( ns ) );
|
|
|
101
101
|
|
|
102
102
|
<!-- /.examples -->
|
|
103
103
|
|
|
104
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
105
|
+
|
|
106
|
+
<section class="related">
|
|
107
|
+
|
|
108
|
+
</section>
|
|
109
|
+
|
|
110
|
+
<!-- /.related -->
|
|
111
|
+
|
|
112
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
113
|
+
|
|
104
114
|
|
|
105
115
|
<section class="main-repo" >
|
|
106
116
|
|
|
@@ -112,6 +122,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
|
|
|
112
122
|
|
|
113
123
|
For more information on the project, filing bug reports and feature requests, and guidance on how to develop [stdlib][stdlib], see the main project [repository][stdlib].
|
|
114
124
|
|
|
125
|
+
#### Community
|
|
126
|
+
|
|
127
|
+
[![Chat][chat-image]][chat-url]
|
|
128
|
+
|
|
115
129
|
---
|
|
116
130
|
|
|
117
131
|
## License
|
|
@@ -121,7 +135,7 @@ See [LICENSE][stdlib-license].
|
|
|
121
135
|
|
|
122
136
|
## Copyright
|
|
123
137
|
|
|
124
|
-
Copyright © 2016-
|
|
138
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
125
139
|
|
|
126
140
|
</section>
|
|
127
141
|
|
|
@@ -140,9 +154,23 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
140
154
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/simulate-iter/main.svg
|
|
141
155
|
[coverage-url]: https://codecov.io/github/stdlib-js/simulate-iter?branch=main
|
|
142
156
|
|
|
143
|
-
|
|
157
|
+
<!--
|
|
158
|
+
|
|
159
|
+
[dependencies-image]: https://img.shields.io/david/stdlib-js/simulate-iter.svg
|
|
144
160
|
[dependencies-url]: https://david-dm.org/stdlib-js/simulate-iter/main
|
|
145
161
|
|
|
162
|
+
-->
|
|
163
|
+
|
|
164
|
+
[umd]: https://github.com/umdjs/umd
|
|
165
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
166
|
+
|
|
167
|
+
[deno-url]: https://github.com/stdlib-js/simulate-iter/tree/deno
|
|
168
|
+
[umd-url]: https://github.com/stdlib-js/simulate-iter/tree/umd
|
|
169
|
+
[esm-url]: https://github.com/stdlib-js/simulate-iter/tree/esm
|
|
170
|
+
|
|
171
|
+
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
172
|
+
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
173
|
+
|
|
146
174
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
147
175
|
|
|
148
176
|
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
@@ -151,37 +179,37 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
151
179
|
|
|
152
180
|
<!-- <toc-links> -->
|
|
153
181
|
|
|
154
|
-
[@stdlib/simulate/iter/awgn]: https://
|
|
182
|
+
[@stdlib/simulate/iter/awgn]: https://www.npmjs.com/package/@stdlib/simulate-iter-awgn
|
|
155
183
|
|
|
156
|
-
[@stdlib/simulate/iter/awln]: https://
|
|
184
|
+
[@stdlib/simulate/iter/awln]: https://www.npmjs.com/package/@stdlib/simulate-iter-awln
|
|
157
185
|
|
|
158
|
-
[@stdlib/simulate/iter/awun]: https://
|
|
186
|
+
[@stdlib/simulate/iter/awun]: https://www.npmjs.com/package/@stdlib/simulate-iter-awun
|
|
159
187
|
|
|
160
|
-
[@stdlib/simulate/iter/bartlett-hann-pulse]: https://
|
|
188
|
+
[@stdlib/simulate/iter/bartlett-hann-pulse]: https://www.npmjs.com/package/@stdlib/simulate-iter-bartlett-hann-pulse
|
|
161
189
|
|
|
162
|
-
[@stdlib/simulate/iter/bartlett-pulse]: https://
|
|
190
|
+
[@stdlib/simulate/iter/bartlett-pulse]: https://www.npmjs.com/package/@stdlib/simulate-iter-bartlett-pulse
|
|
163
191
|
|
|
164
|
-
[@stdlib/simulate/iter/cosine-wave]: https://
|
|
192
|
+
[@stdlib/simulate/iter/cosine-wave]: https://www.npmjs.com/package/@stdlib/simulate-iter-cosine-wave
|
|
165
193
|
|
|
166
|
-
[@stdlib/simulate/iter/dirac-comb]: https://
|
|
194
|
+
[@stdlib/simulate/iter/dirac-comb]: https://www.npmjs.com/package/@stdlib/simulate-iter-dirac-comb
|
|
167
195
|
|
|
168
|
-
[@stdlib/simulate/iter/flat-top-pulse]: https://
|
|
196
|
+
[@stdlib/simulate/iter/flat-top-pulse]: https://www.npmjs.com/package/@stdlib/simulate-iter-flat-top-pulse
|
|
169
197
|
|
|
170
|
-
[@stdlib/simulate/iter/hann-pulse]: https://
|
|
198
|
+
[@stdlib/simulate/iter/hann-pulse]: https://www.npmjs.com/package/@stdlib/simulate-iter-hann-pulse
|
|
171
199
|
|
|
172
|
-
[@stdlib/simulate/iter/lanczos-pulse]: https://
|
|
200
|
+
[@stdlib/simulate/iter/lanczos-pulse]: https://www.npmjs.com/package/@stdlib/simulate-iter-lanczos-pulse
|
|
173
201
|
|
|
174
|
-
[@stdlib/simulate/iter/periodic-sinc]: https://
|
|
202
|
+
[@stdlib/simulate/iter/periodic-sinc]: https://www.npmjs.com/package/@stdlib/simulate-iter-periodic-sinc
|
|
175
203
|
|
|
176
|
-
[@stdlib/simulate/iter/pulse]: https://
|
|
204
|
+
[@stdlib/simulate/iter/pulse]: https://www.npmjs.com/package/@stdlib/simulate-iter-pulse
|
|
177
205
|
|
|
178
|
-
[@stdlib/simulate/iter/sawtooth-wave]: https://
|
|
206
|
+
[@stdlib/simulate/iter/sawtooth-wave]: https://www.npmjs.com/package/@stdlib/simulate-iter-sawtooth-wave
|
|
179
207
|
|
|
180
|
-
[@stdlib/simulate/iter/sine-wave]: https://
|
|
208
|
+
[@stdlib/simulate/iter/sine-wave]: https://www.npmjs.com/package/@stdlib/simulate-iter-sine-wave
|
|
181
209
|
|
|
182
|
-
[@stdlib/simulate/iter/square-wave]: https://
|
|
210
|
+
[@stdlib/simulate/iter/square-wave]: https://www.npmjs.com/package/@stdlib/simulate-iter-square-wave
|
|
183
211
|
|
|
184
|
-
[@stdlib/simulate/iter/triangle-wave]: https://
|
|
212
|
+
[@stdlib/simulate/iter/triangle-wave]: https://www.npmjs.com/package/@stdlib/simulate-iter-triangle-wave
|
|
185
213
|
|
|
186
214
|
<!-- </toc-links> -->
|
|
187
215
|
|
package/docs/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/simulate-iter",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.6",
|
|
4
|
+
"description": "Simulation iterators.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "The Stdlib Authors",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
],
|
|
16
16
|
"main": "./lib",
|
|
17
17
|
"directories": {
|
|
18
|
+
"doc": "./docs",
|
|
18
19
|
"example": "./examples",
|
|
19
20
|
"lib": "./lib",
|
|
20
21
|
"test": "./test"
|
|
@@ -26,7 +27,7 @@
|
|
|
26
27
|
"examples": "make examples",
|
|
27
28
|
"benchmark": "make benchmark"
|
|
28
29
|
},
|
|
29
|
-
"homepage": "https://
|
|
30
|
+
"homepage": "https://stdlib.io",
|
|
30
31
|
"repository": {
|
|
31
32
|
"type": "git",
|
|
32
33
|
"url": "git://github.com/stdlib-js/simulate-iter.git"
|