a一级爱做片免费观看欧美,久久国产一区二区,日本一二三区免费,久草视频手机在线观看

新聞中心

EEPW首頁 > 嵌入式系統 > 設計應用 > FDTD參數選擇程序

FDTD參數選擇程序

作者: 時間:2012-05-12 來源:網絡 收藏

delay=(time-rickper);

本文引用地址:http://www.j9360.com/article/149079.htm

  excitation(i)=exp((-rickth)*delay*delay);

  time=time+dt;

  i=i+1;

  end;

  end;

  if(strcmp(type,'cont_sine')==1)

  i=1;

  while(time=total_time)

  ramp=time*RAMPD*freq;

  if(ramp>1.0)

  ramp=1.0;

  end;

  excitation(i)=ramp*sin(2.0*pi*freq*time);

  time=time+dt;

  i=i+1;

  end;

  end;

  if(strcmp(type,'sine')==1)

  i=1;

  while(time=total_time)

  excitation(i)=sin(2.0*pi*freq*time);

  if(time*freq>1.0)

  excitation(i)=0.0;

  end;

  time=time+dt;

  i=i+1;

  end;

  end;

  excitation=excitation.*amp;


上一頁 1 2 3 下一頁

關鍵詞: 程序 選擇 參數 FDTD

評論


相關推薦

技術專區

關閉