This website works better with JavaScript.
Home
Help
Sign In
alinz
/
ytterbium
mirror of
https://github.com/klingtnet/ytterbium.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
Change frequence and order
master
Andreas Linz
5 years ago
parent
62cccfe923
commit
65f0ec5529
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
octave/osc.m
+ 2
- 2
octave/osc.m
View File
@ -1,11 +1,11 @@
% sampling rate
fs
=
8
*
10
^
3
;
f
=
2
;
% table size
ts
=
1024
;
f
=
0.1
*
fs
;
phi
=
0
;
dur
=
1
;
order
=
64
;
order
=
32
;
source
(
'
osc_functions.m'
)
;
Write
Preview
Loading…
Cancel
Save