- improved
git-svn-id: http://moon:8086/svn/matlab/trunk@133 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
+1
-2
@@ -23,7 +23,7 @@
|
||||
## Author: Jens <jens@orion>
|
||||
## Created: 2020-08-07
|
||||
|
||||
function retval = mc_pd_eval3 (perr, freq, slave_oversample)
|
||||
function retval = mc_pd_eval3 (phase_lo, freq, slave_oversample)
|
||||
|
||||
Nc = 10;
|
||||
Nspc = 25;
|
||||
@@ -46,7 +46,6 @@ N = Nc*Nspc*slave_oversample;
|
||||
assert (N == length(x));
|
||||
|
||||
# Create slave
|
||||
phase_lo = 0.0 + perr;
|
||||
dfreq = freq/slave_oversample;
|
||||
omega = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user