Attachment 'tkcca_example.m'

Download

   1 fprintf('Loading Data\n')
   2 load tkcca_toy_data
   3 
   4 fprintf('Computing tkCCA\n')
   5 [c,U,V] = tkcca_simple(x,y,lag,kappas);
   6 
   7 fprintf('Plotting Results\n')
   8 % plot results
   9 figure(42),clf
  10 subplot(2,3,1:3)
  11 x_ = filter2(U,x,'valid');
  12 y_=V'*y;
  13 t=1:400;
  14 plot(t(11:end-10),x_,'k-o',t,y_,'r-v')
  15 xlim([270 310])
  16 xlabel('Time [samples]','fontsize',6)
  17 legend({'Canonical Component 1', 'Canonical Component 2'},'Location','SouthWest')
  18 set(gca,'fontsize',6)
  19 
  20 subplot(2,3,4), 
  21 imagesc(U),colorbar,
  22 ylabel('Channel','fontsize',6)
  23 xlabel('\tau','fontsize',6)
  24 set(gca,'xtick',1:5:(2*lag)+1,'xticklabel',-lag:5:lag,'fontsize',6)
  25 title('Variate of X')
  26 subplot(2,3,5), 
  27 imagesc(V),colorbar
  28 set(gca,'xtick',[],'fontsize',6)
  29 ylabel('Channel','fontsize',6)
  30 title('Variate of Y','fontsize',6)
  31 
  32 
  33 subplot(2,3,6), 
  34 plot(-lag:lag,c,'r')
  35 xlabel('\tau','fontsize',6)
  36 title('canonical correlogram','fontsize',6)
  37 set(gca,'fontsize',6)
  38 
  39 set(gcf,'paperunits','centimeters','papersize',[14 7],'paperposition',[0 0 14 7])
  40 print('tkcca_example.pdf','-dpdf')

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2010-06-17 12:21:00, 2873.9 KB) [[attachment:bioinf.pdf]]
  • [get | view] (2010-05-04 11:11:44, 3591.3 KB) [[attachment:cca_lecture.pdf]]
  • [get | view] (2010-06-08 09:37:55, 209.6 KB) [[attachment:data.tar.gz]]
  • [get | view] (2010-04-19 09:59:41, 65.6 KB) [[attachment:full_sheet01.pdf]]
  • [get | view] (2010-04-20 09:18:53, 61.3 KB) [[attachment:full_sheet02.pdf]]
  • [get | view] (2010-04-27 09:42:10, 70.0 KB) [[attachment:full_sheet03.pdf]]
  • [get | view] (2010-05-04 10:48:12, 75.0 KB) [[attachment:full_sheet04.pdf]]
  • [get | view] (2010-05-11 08:22:55, 91.1 KB) [[attachment:full_sheet05.pdf]]
  • [get | view] (2010-05-18 10:01:06, 61.9 KB) [[attachment:full_sheet06.pdf]]
  • [get | view] (2010-05-27 10:02:14, 76.7 KB) [[attachment:full_sheet07.pdf]]
  • [get | view] (2010-06-01 08:38:57, 70.8 KB) [[attachment:full_sheet08.pdf]]
  • [get | view] (2010-06-08 09:37:48, 58.2 KB) [[attachment:full_sheet09.pdf]]
  • [get | view] (2010-06-15 10:05:24, 120.8 KB) [[attachment:full_sheet10.pdf]]
  • [get | view] (2010-06-22 08:07:29, 71.3 KB) [[attachment:full_sheet11.pdf]]
  • [get | view] (2010-06-29 09:14:44, 76.2 KB) [[attachment:full_sheet12.pdf]]
  • [get | view] (2010-07-06 10:08:39, 83.4 KB) [[attachment:full_sheet13.pdf]]
  • [get | view] (2010-06-01 08:40:12, 1391.7 KB) [[attachment:kld-tutorial.pdf]]
  • [get | view] (2010-05-27 06:38:11, 2850.3 KB) [[attachment:lect-ids.pdf]]
  • [get | view] (2010-05-20 13:07:56, 2099.2 KB) [[attachment:lect-struct.pdf]]
  • [get | view] (2010-04-20 09:19:25, 26591.3 KB) [[attachment:mnist_train.mat]]
  • [get | view] (2010-07-06 10:08:16, 192.5 KB) [[attachment:optim-intro.pdf]]
  • [get | view] (2010-04-20 09:19:00, 1.0 KB) [[attachment:sheet02.m]]
  • [get | view] (2010-05-11 08:23:01, 0.6 KB) [[attachment:sheet05.m]]
  • [get | view] (2010-05-27 10:02:41, 4.3 KB) [[attachment:sheet07.m]]
  • [get | view] (2010-06-01 08:39:07, 0.9 KB) [[attachment:sheet08.m]]
  • [get | view] (2010-06-08 09:38:00, 2.2 KB) [[attachment:sheet09.m]]
  • [get | view] (2010-06-08 09:38:06, 2.3 KB) [[attachment:sheet09.py]]
  • [get | view] (2010-06-22 08:07:55, 1.1 KB) [[attachment:sheet11.m]]
  • [get | view] (2010-06-22 08:07:51, 129.6 KB) [[attachment:splice-test-data.txt]]
  • [get | view] (2010-06-22 08:09:26, 5.4 KB) [[attachment:splice-test-label.txt]]
  • [get | view] (2010-06-22 08:07:41, 59.6 KB) [[attachment:splice-train-data.txt]]
  • [get | view] (2010-06-22 08:07:47, 2.5 KB) [[attachment:splice-train-label.txt]]
  • [get | view] (2010-04-27 08:49:35, 1515.8 KB) [[attachment:ssa_data.mat]]
  • [get | view] (2010-04-27 08:49:39, 585.7 KB) [[attachment:ssa_lecture.pdf]]
  • [get | view] (2010-04-27 08:49:50, 7.4 KB) [[attachment:ssa_simple.m]]
  • [get | view] (2010-05-27 06:34:10, 1217.5 KB) [[attachment:stud-data.mat.gz]]
  • [get | view] (2010-06-08 09:39:24, 1013.6 KB) [[attachment:textmining.pdf]]
  • [get | view] (2010-05-04 10:49:39, 1.0 KB) [[attachment:tkcca_example.m]]
  • [get | view] (2010-05-04 10:48:19, 4.1 KB) [[attachment:tkcca_simple.m]]
  • [get | view] (2010-05-04 10:48:24, 150.9 KB) [[attachment:tkcca_toy_data.mat]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.