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.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ