- TRIGON mode on command line
git-svn-id: http://moon:8086/svn/matlab/trunk@135 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
+6
-5
@@ -22,17 +22,18 @@
|
|||||||
|
|
||||||
## Author: Jens <jens@orion>
|
## Author: Jens <jens@orion>
|
||||||
## Created: 2020-08-07
|
## Created: 2020-08-07
|
||||||
|
#
|
||||||
|
# mc_pd_eval3(0.5, 0.0, 10, 0)
|
||||||
|
#
|
||||||
|
|
||||||
function retval = mc_pd_eval3 (phase, freq, slave_oversample)
|
function retval = mc_pd_eval3 (phase, freq, slave_oversample, USE_TRIGON)
|
||||||
|
|
||||||
USE_TRIGON = 0;
|
|
||||||
|
|
||||||
Nc = 10;
|
Nc = 10;
|
||||||
Nspc = 25;
|
Nspc = 25;
|
||||||
|
|
||||||
ka = 0.9;
|
ka = 0.9;
|
||||||
klead = 0.8;
|
klead = 0.4;
|
||||||
klag = 0.04/slave_oversample;
|
klag = 0.02/slave_oversample;
|
||||||
lag = 0;
|
lag = 0;
|
||||||
|
|
||||||
# Create master
|
# Create master
|
||||||
|
|||||||
Reference in New Issue
Block a user