MATLAB 帮助中心
Characteristic information about DPD input data preprocessor
Since R2024b
S = info(dpdin)
S = info(dpdin) returns characteristic information about the DPD input data preprocessor.
S
dpdin
example
collapse all
Configure a dpdPreprocessor object with the PA memory depth set to 4 and the PA nonlinearity degree set to 3.
dpdPreprocessor
paMemDepth = 4; paNonlinDeg = 3; paPreprocessor = dpdPreprocessor(paMemDepth,paNonlinDeg);
Generate random QAM-modulated symbols, apply DPD preprocessing, and show the size of the augmented DPD preprocessor input returned.
M = 16; % 16-QAM x = randi([0 M-1],10e3,1); qamRefSym = single(qammod(x,M)); paScalingFactor = 40; paInputFeatures = paPreprocessor(qamRefSym*paScalingFactor); size(paInputFeatures)
ans = 1×2 10000 16
Show the characteristic information of the DPD preprocessor object.
info(paPreprocessor)
ans = struct with fields: NumFeatures: 16
DPD input data preprocessor, specified as a dpdPreprocessor System object™
Characteristic information about the DPD input data preprocessor object, returned as a scalar structure. Default content includes this fields.
NumFeatures
Total number of features, returned as a positive integer.
Introduced in R2024b
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
选择网站
选择网站以获取翻译的可用内容,以及查看当地活动和优惠。根据您的位置,我们建议您选择:。
您也可以从以下列表中选择网站:
如何获得最佳网站性能
选择中国网站(中文或英文)以获得最佳网站性能。其他 MathWorks 国家/地区网站并未针对您所在位置的访问进行优化。
美洲
欧洲
亚太
联系您当地的办事处