在线看毛片网站电影-亚洲国产欧美日韩精品一区二区三区,国产欧美乱夫不卡无乱码,国产精品欧美久久久天天影视,精品一区二区三区视频在线观看,亚洲国产精品人成乱码天天看,日韩久久久一区,91精品国产91免费

<menu id="6qfwx"><li id="6qfwx"></li></menu>
    1. <menu id="6qfwx"><dl id="6qfwx"></dl></menu>

      <label id="6qfwx"><ol id="6qfwx"></ol></label><menu id="6qfwx"></menu><object id="6qfwx"><strike id="6qfwx"><noscript id="6qfwx"></noscript></strike></object>
        1. <center id="6qfwx"><dl id="6qfwx"></dl></center>

            新聞中心

            EEPW首頁 > 模擬技術(shù) > 設(shè)計應用 > 利用MAXQ7667確定超聲傳感器的諧振頻率和阻尼特性

            利用MAXQ7667確定超聲傳感器的諧振頻率和阻尼特性

            作者: 時間:2012-09-14 來源:網(wǎng)絡 收藏
            UND-COLOR: rgb(255,255,255); orphans: 2; widows: 2; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px">  // Find the center frequency based on the average of the two frequencies that have a

              // LPFD reading that is 70% of the peak reading.

              for (i = 0; i number_of_steps; i++)

              {

              if (lpfdata[i] > peak*0.7)

              {

              first70 = i;

              i = number_of_steps;

              }

              }

              for (i = number_of_steps; i >0; i--)

              {

              if (lpfdata[i] > peak*0.7)

              {

              second70 = i;

              i= 1;

              }

              }

              i = (first70 + second70)/2; // i = the loop value at the center frequency.

              center_pllf = i*step_size; // Set PLLF_bit.PLLF to this value for the resonant frequency.

              //Remeasure damping using the center frequency.

              damp_time = damping_half_time(center_pllf, 75);

              // At this point there are three valuable pieces of information about the transducer.

              // Peak = the peak value from the frequency sweep.

              // center_pllf = the PLLF setting at the resonant frequency.

              // damp_time = time for the resonance to decay to 1/2 the peak value.

              center_burst_frequency = 16000000/Burst_Clock_Divider*(center_pllf+768)/1024;

              SendData();

              } // While(1)

              } // End Main


            上一頁 1 2 3 4 5 6 下一頁

            評論


            相關(guān)推薦

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

            關(guān)閉