-
Notifications
You must be signed in to change notification settings - Fork 66
Current questions to be cleared before I can use Wave_Clus #1
Comments
Question about" set-parameters.m" n1 Question about" set-parameters.m" n2 Question about" set-parameters.m" n3 Question about GUI n1 The plot is fine, if you want to see bigger projections, you can maximise the window (to help a little, the next update will reduce the gap between subplots). In any case, that plot isn't very useful when you are working in ten dimensions. The "zoom in" works, you should select an area inside one of the subplots. Question about Output file of Get_spikes_pol(1), "spikes". For now, in the case of polytrodes, we consider a spike as a concatenation of the spikes in all the channels. 30 data points per channel and 4 channels, make a "concatenated spike" of 120 data points. Question about Output file of Do_clustering_pol(1), "ipermut". Question about Output file of Do_clustering_pol(1), "inspk". |
Question about" set-parameters.m" n1 Question about" set-parameters.m" n2 Question about" set-parameters.m" n3 Question about GUI n1 "that plot isn't very useful when you are working in ten dimensions. " means that Question about Output file of Get_spikes_pol(1), "spikes". You wrote; spike(1,1)...1=4x0+1 spike(8,59).....59=4x14+3 Is it correct? or do you use something different data arrangement on the matrix? Question about Output file of Do_clustering_pol(1), "ipermut". Question about Output file of Do_clustering_pol(1), "inspk". |
Question about" set-parameters.m" n1
Question about GUI n1 Question about Output file of Get_spikes_pol(1), "spikes". The data arrangement for the "concatenated spikes" is: spikes(1,1:30)= spike#1(30 data points) electrode#1 spikes(8,61:90)= spike#8(30 data points) electrode#3 |
Thank you, I understand the most. Question about Output file of Get_spikes_pol(1), "spikes". In my case, w_pre datapoints=10, and w-post datapoints=20 (sampling rate is 10kHz), |
Question about Output file of Get_spikes_pol(1), "spikes". |
OK, I may ask you if I once have more question in the future |
Hi error: Error in plot_spikes (line 357) Error in wave_clus>load_data_button_Callback (line 786) Error in gui_mainfcn (line 95) Error in wave_clus (line 61) Error while evaluating UIControl Callback Please guide me . |
Please @manisankar114, download the latest code from: |
Question about" set-parameters.m" #1
line37; par.stdmin = 5; % minimum threshold for detection
line38; par.stdmax = 50; % maximum threshold for detection
What is the numerical unit for those parameters above? Micro volt?
Question about" set-parameters.m" #2
line55; par.inputs = 10; % number of inputs to the clustering
line56; par.scales = 4; % number of scales for the wavelet decomposition
I don't know what they are, but usually I don't need to change those values?
Question about" set-parameters.m" #3
line22; par.min_clus = 60; % minimum size of a cluster (default 60)
Does it mean that Wave_Clus need at least 60 spikes for clustering?
In the manual, page 3, iv) Clustering, you say that
"the optimal temperature is set as the largest temperature for which
a cluster with at least min_clus members appears.".
To understand this sentence, I would like to know the definition of par.min_clus precisely.
Question about GUI #1
When I clicked "Plot all projections", Cluster window which appeared looks a little strange
as is seen in this attachement file.
Basically, each cluster look too small so it is a little difficult to see how each cluster sperad.
But if I click "magnifier" icon, and next click on some clusters,
the cluster group dissapeared. Why does it happen?
Question about Output file of Get_spikes_pol(1), "spikes".
The structure of the variable "spikes" is "X x Y double".
To the column direction (from the top to the bottom), each spike information is aligning, right?
To the row direction (from the left to the right), amplitude changes around the spike are shown
maybe in Volt? If not, what is the numerical unit of this information?
Further, in my case, there are 120 colums. Does it mean that it contains 120 data points?
How can I define the number of datapoints?
In the manual, page 2, ii) Spike detection, you say that
"For each spike, w_pre datapoints before and w-post datapoints after the spike peak are stored.".
In my case, w_pre datapoints=10, and w-post datapoints=20 (sampling rate is 10kHz),
so I expected that number of spike data points will be 30, but the result was 120.
Do you know why?
Then, is it possible to see which column represents the voltage corresponds to the "spike"
with the time stamp?
Question about Output file of Do_clustering_pol(1), "ipermut".
What is the meaning of those two digits integer?
Question about Output file of Do_clustering_pol(1), "inspk".
The structure of the variable "inspk" is "X x Y double", so it looks similar to "spikes",
but in my case, the number of columns in "inspk" is 40 whereas that in "spikes" is 120.
What does "inspk" describe? Is it just a short version of "spikes" (in Volt)?
Or is the collection of numbers on the same row assigned to the set of variable
which describes the feature of the spike shapes?
Those above are my current questions to be cleared
before I can use Wave_Clus for our experiment.
I hope I can hear from you.
Sincerely,
M
The text was updated successfully, but these errors were encountered: