周波数振幅特性をもつ2次元ガウス関数による配列の生成より周波数振幅特性の描画法を教えて下さい。X,Yの補間率は3と2のup sampling
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
<命題>: 周波数振幅特性をもつ2次元ガウス関数による配列の生成より周波数振幅特性の描画法を教えて下さい。
但し、」X,Yの補間率は3と2のup samplingを施すこと。
verticalInpFactor = 3;
horiozontalInpFactor = 2;
sigma = 2;
sizeX =31;
arrayX = gaussian2cq(sizeX, sigma.^2);
arrayY = ...
upsample(...
upsample(arrayX,...
verticalInpFactor).',...
horiozontalInpFactor).';
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Antennas, Microphones, and Sonar Transducers dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!