摘要:
把握DCM、PLL、PMCD和MMCM知识是稳健可靠的时钟设计策略的基础。赛灵思在其FPGA中提供了丰富的时钟资源,大多数设计人员在他们的FPGA设计中或多或少都会用到。不过对FPGA设计新手来说,什么时候用DCM、PLL、PMCD和MMCM四大类型中的哪一种,让他们颇为困惑。赛灵思现有的FPGA中... 阅读全文
posted @ 2013-08-05 22:25
BeatHeart
阅读(2547)
评论(0)
推荐(1)
摘要:
S = ['abc', 'defg'; 'hi']S = abc defg hiwhos S Name Size Bytes Class S 3x4 24 char arrayThe following command returns a 3-by-1 cell array.c =cellstr(S)c = 'abc' 'defg' 'hi'whos c Name Size Bytes Class c 3x1 198 cell array 阅读全文
posted @ 2013-08-05 22:20
BeatHeart
阅读(1245)
评论(0)
推荐(0)
摘要:
TF = strcmp(string,string)TF = strcmp(string,cellstr)TF = strcmp(cellstr,cellstr)注:string: A single character string or n-by-1 array of strings; cellstr: A cell array of strings.Example: 1、strcmp('Yes', 'No') ans = 0 strcmp('Yes', 'Yes') a... 阅读全文
posted @ 2013-08-05 22:17
BeatHeart
阅读(533)
评论(0)
推荐(0)

浙公网安备 33010602011771号