- 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>
|
||||
## Created: 2020-08-07
|
||||
#
|
||||
# mc_pd_eval3(0.5, 0.0, 10, 0)
|
||||
#
|
||||
|
||||
function retval = mc_pd_eval3 (phase, freq, slave_oversample)
|
||||
|
||||
USE_TRIGON = 0;
|
||||
function retval = mc_pd_eval3 (phase, freq, slave_oversample, USE_TRIGON)
|
||||
|
||||
Nc = 10;
|
||||
Nspc = 25;
|
||||
|
||||
ka = 0.9;
|
||||
klead = 0.8;
|
||||
klag = 0.04/slave_oversample;
|
||||
klead = 0.4;
|
||||
klag = 0.02/slave_oversample;
|
||||
lag = 0;
|
||||
|
||||
# Create master
|
||||
|
||||
Reference in New Issue
Block a user