필터 지우기
필터 지우기

周波数振幅特性をもつ​2次元ガウス関数によ​る配列の生成より周波​数振幅特性の描画法を​教えて下さい。X,Y​の補間率は3と2のu​p sampling

조회 수: 3 (최근 30일)
Yoshifumi Harada
Yoshifumi Harada 2022년 2월 3일
<命題>: 周波数振幅特性をもつ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개)

카테고리

Help CenterFile Exchange에서 微積分에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!