上传者: 42189774
|
上传时间: 2022-03-13 13:44:18
|
文件大小: 4.6MB
|
文件类型: -
提取高频系数
命令:detcoef2
格式:
A= detcoef2(‘type’,C,S,’wname’,N)
说明:
Type: ’h’ 水平;‘v’垂直;‘d’对角
cH2 = detcoef2('h',C,S,2);
cV2 = detcoef2('v',C,S,2);
cD2 = detcoef2('d',C,S,2);
cH1 = detcoef2('h',C,S,1);
cV1 = detcoef2('v',C,S,1);
cD1 = detcoef2('d',C,S,1);