代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/375224/9368009
mdl s_vargain.mdl
Model {
Name "s_vargain"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
RecordCoverage
www.eeworm.com/read/375224/9368029
mdl powerspect.mdl
Model {
Name "powerspect"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
RecordCoverag
www.eeworm.com/read/375224/9368044
mdl s_int.mdl
Model {
Name "s_int"
Version 4.00
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTypes off
RecordCoverage o
www.eeworm.com/read/178219/9413313
eqn clock.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/178219/9413339
eqn clock.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/372624/9499693
html 4x40pll_waveforms.html
Sample Waveforms for 4x40pll.tdf
Sample behavioral waveforms for design file 4x40pll.tdf
The following waveforms show t
www.eeworm.com/read/372624/9499726
html pll_waveforms.html
Sample Waveforms for pll.tdf
Sample behavioral waveforms for design file pll.tdf
The following waveforms show the behav
www.eeworm.com/read/175256/9554074
eqn counter60.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/366067/9833673
eqn clk_div5.map.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/365689/9851134
m symrandn.m
% Generate a Normal random matrix of size k.
function [noise] = symrandn(k)
temp = tril(randn(k),-1);
noise = temp + temp';