<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Dear team</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I have used this function in the past successfully when considering within channel analysis. However when I used the function again but across channels like so</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<p class="p1" style="margin:0px;font:10px Helvetica">cfg.method<span class="Apple-converted-space">     
</span>= <span class="s1" style="color:rgb(160, 32, 240)">'plv'</span>;</p>
<p class="p1" style="margin:0px;font:10px Helvetica"><span style="font-family: Helvetica; font-size: 10px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; color: rgb(0, 0, 0);">cfg.keeptrials</span><span class="Apple-converted-space" style="font-family: Helvetica; font-size: 10px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; color: rgb(0, 0, 0); background-color: ;"> 
</span><span style="font-family: Helvetica; font-size: 10px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; color: rgb(0, 0, 0);">= keepTrials;</span></p>
<p class="p1" style="margin:0px;font:10px Helvetica">cfg.chanlow <span class="Apple-converted-space">
    </span>= cueHPCPower.label;</p>
<p class="p1" style="margin:0px;font:10px Helvetica">cfg.chanhigh<span class="Apple-converted-space">   
</span>= cuePFCPower.label;</p>
<p class="p1" style="margin:0px;font:10px Helvetica">cfg.freqlow <span class="Apple-converted-space">
    </span>= phaseBand;</p>
<p class="p1" style="margin:0px;font:10px Helvetica">cfg.freqhigh<span class="Apple-converted-space">   
</span>= ampBand;</p>
<p class="p1" style="margin:0px;font:10px Helvetica">CFC <span class="Apple-converted-space">
            </span>= ft_crossfrequencyanalysis(cfg,cueHPCPower,cuePFCPower);</p>
<p class="p1" style="margin:0px;font:10px Helvetica"><br>
</p>
<p class="p1" style="margin:0px;font:10px Helvetica"><span style="font-size: 11pt;">​I got an error stating cfg.chanlow and cfg.chanhigh were forbidden variables. I had derived a fourier spectrum for HPC and PFC channel separately in order to compute individual
 channel CFC before averaging. Any help would be much appreciated</span></p>
<p class="p1" style="margin:0px;font:10px Helvetica"><span style="font-size: 11pt;"><br>
</span></p>
<p class="p1" style="margin:0px;font:10px Helvetica"><span style="font-size: 11pt;">Thanks</span></p>
<p class="p1" style="margin:0px;font:10px Helvetica"><span style="font-size: 11pt;"><br>
</span></p>
<p class="p1" style="margin:0px;font:10px Helvetica"><span style="font-size: 11pt;">Umesh </span><br>
</p>
<br>
</div>
</body>
</html>