08 2013 档案
摘要:把握DCM、PLL、PMCD和MMCM知识是稳健可靠的时钟设计策略的基础。赛灵思在其FPGA中提供了丰富的时钟资源,大多数设计人员在他们的FPGA设计中或多或少都会用到。不过对FPGA设计新手来说,什么时候用DCM、PLL、PMCD和MMCM四大类型中的哪一种,让他们颇为困惑。赛灵思现有的FPGA中...
阅读全文
摘要: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
阅读全文
摘要: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...
阅读全文

浙公网安备 33010602011771号