色婷婷AⅤ一区二区三区|亚洲精品第一国产综合亚AV|久久精品官方网视频|日本28视频香蕉

          新聞中心

          EEPW首頁(yè) > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > FDTD參數(shù)選擇估計(jì)程序

          FDTD參數(shù)選擇估計(jì)程序

          作者: 時(shí)間:2010-08-23 來(lái)源:網(wǎng)絡(luò) 收藏

            delay=(time-rickper);

            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;


          上一頁(yè) 1 2 3 下一頁(yè)

          評(píng)論


          相關(guān)推薦

          技術(shù)專區(qū)

          關(guān)閉