nvc
Newbie level 1
I got stuck with the matlab syntax trying to compute the cross spectrum of two-dimensional matrices.
I suppose that what I need is something like
[Pxy,F]=cpsd(x,y,[],[],[],dt);
where x and y are 100x100 matrices. Obviously the above syntax doesn't work, but that works for my vectors.
I've browsed the web and couldn’t find anything really.
Is there anyone out there kind enough to show me the correct syntax? Or is there any other command that does the job instead of cpsd?
I'm working with MATLAB Version 7.11.0.584 (R2010b)
Tips are highly welcomed, regards.
I suppose that what I need is something like
[Pxy,F]=cpsd(x,y,[],[],[],dt);
where x and y are 100x100 matrices. Obviously the above syntax doesn't work, but that works for my vectors.
I've browsed the web and couldn’t find anything really.
Is there anyone out there kind enough to show me the correct syntax? Or is there any other command that does the job instead of cpsd?
I'm working with MATLAB Version 7.11.0.584 (R2010b)
Tips are highly welcomed, regards.