DSP Blockset | ![]() ![]() |
Generate multiple binary clock signals.
Library
Description
The Multiphase Clock block generates a sample-based 1-by-N vector of clock signals, where the integer N is specified by the Number of phases parameter. Each of the N phases has the same frequency, f, specified in hertz by the Clock frequency parameter.
The clock signal indexed by the Starting phase parameter is the first to become active, at t=0. The other signals in the output vector become active in turn, each one lagging the preceding signal's activation by 1/(N*f) seconds, the phase interval. The period of the sample-based output is therefore 1/(N*f) seconds.
The active level can be either high (1
) or low (0
), as specified by the Active level (polarity) parameter. The duration of the active level, D, is set by the Number of phase intervals over which the clock is active. This value, which can be an integer value between 1 and N-1, specifies the number of phase intervals that each signal should remain in the active state after becoming active. The active duty cycle of the signal is D/N.
Example
Configure the Multiphase Clock block in the model below to generate a 100 Hz five-phase output in which the third signal is first to become active. Use a high active level with a duration of one interval.
The corresponding settings are as follows:
100
5
3
1
The Scope window below shows the Multiphase Clock block's output for these settings. Note that the first active level appears at t=0 on y(3)
, the second active level appears at t=0.002 on y(4)
, the third active level appears at t=0.004 on y(5)
, the fourth active level appears at t=0.006 on y(1)
, and the fifth active level appears at t=0.008 on y(2)
. Each signal becomes active 1/(5*100) seconds after the previous signal.
To experiment further, try changing the Number of phase intervals over which clock is active setting to 3
so that the active-level duration is three phase intervals (60% duty cycle).
Dialog Box
1
) or low (0
). Tunable.Supported Data Types
To learn how to convert to the above data types in MATLAB and Simulink, see Supported Data Types and How to Convert to Them.
See Also
Clock |
Simulink |
Counter |
DSP Blockset |
Pulse Generator |
Simulink |
Event-Count Comparator |
DSP Blockset |
Also see the following topics:
![]() | Modified Covariance Method | Multiport Selector | ![]() |