|
Grating Edges February 09, 2026 04:12PM |
Registered: 2 years ago Posts: 2 |
% For grating stimuli
crc_radius = crc_size / 2;
color2 = [0, 0, 0]; % Secondary color (black)
spatial_frequency = 1 / stripe_width;
temporal_frequency = 0; % Static grating
% Create the sine grating stimulus
grat = SineGrating(null_);
grat.Position = crc_pos;
grat.Radius = crc_radius;
grat.Direction = orientation;
grat.SpatialFrequency = spatial_frequency;
grat.TemporalFrequency = temporal_frequency;
grat.Color1 = crc_color (white);
grat.Color2 = color2;
grat.WindowType = gaussian;
|
Re: Grating Edges February 10, 2026 03:19PM |
Admin Registered: 7 years ago Posts: 1,017 |
The National Institute of Mental Health (NIMH) is part of the National Institutes of Health (NIH), a component of the U.S. Department of Health and Human Services.