亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

signal-processing

  • 基于無跡卡爾曼濾波算法的鋰電池SOC估計

    應用無跡卡爾曼濾波算法(UKF)進行鋰電池的SOC估計,采用Thevenin二階RC等效電路模型,對HPPC電池脈沖充放電實驗數據進行Matlab處理,得到較為準確的模型.通過在Matlab中編寫算法程序,對不同工況的估計值與實際值進行誤差估算及對比分析,通過此算法進行SOC估計,得到該算法可有效降低系統誤差并糾正SOC的初值偏差.The non trace Calman filter (UKF) is applied to the SOC estimation of lithium battery. The Thevenin two order RC equivalent circuit model is used to process the HPPC battery pulse charge discharge experimental data by Matlab processing, and a more accurate model is obtained. By writing algorithm program in Matlab, the error estimation and comparison analysis of the estimated value and actual value of different states are carried out, and the SOC estimation is carried out by this algorithm. The algorithm can effectively reduce the system error and correct the initial value deviation of the SOC.

    標簽: 卡爾曼濾波

    上傳時間: 2022-05-03

    上傳用戶:默默

  • 基于LM339電壓比較器的交流過零檢測電路設計

    針對交流電路過零檢測電路存在結構復雜、過零點檢測不準確、編程繁瑣等問題,設計了一種基于LM339的硬件結構簡單的過零檢測電路。通過仿真軟件Mulisim對該設計電路進行了仿真,實驗證明了該方案過零檢測的可行性、穩定性和可靠性,可直接作為交流電路中CPU的過零信號。Aiming at the problems of AC cilsuit zero crossing detection circuit such as complex structure, zero crossing detection and cumbersome programming, a zero crossing detection circuit with simple hardware structure based on LM339 was designed. The design circuit was simulated by simulation software Mulisim, and the feasibility, stability and reliability of zero crossing detection were proved by experiments, which can be used as zero crossing signal of CPU in AC circuit directly.

    標簽: lm339 電壓比較器

    上傳時間: 2022-05-03

    上傳用戶:

  • 基于AD2S1210的高精度RDC電路設計

    本文提出基于AD2S1210的旋變信號轉換電路,給出了具體的電路實現方法和配置方法.相比以往的RDC方案,本系統具有精度高,設計靈活,可靠性高等特點,可廣泛應用于各種伺服系統中.In this paper, the switching signal conversion circuit based on ADS1210 is proposed, and the specific circuit implementation and configuration method are given. Compared with the previous RDC scheme, this system has the characteristics of high precision, flexible design and high reliability, and can be widely used in various servo systems.

    標簽: ad2s1210

    上傳時間: 2022-05-04

    上傳用戶:

  • 基于TMS320F28335的超聲波流量計硬件原理圖+軟件源碼

    基于TMS320F28335的超聲波流量計硬件原理圖+軟件源碼本文以TMS320F28335 處理器為核心,設計一種用于管道流量測量的超聲波流量計。系統硬件由核心板,超聲波發射和接收電路,切換電路,超聲換能器,基于ADS805 的高速信號采集電路,人機交互以及電源等模塊構成。采用時差法進行管道流量測量,時差測量采用SCOT 加權的廣義互相關時延估計算法。本論文設計的超聲波流量計具有測量速度快、準確性好、成本低等優點。關鍵字:C2000,超聲波,流量,廣義互相關算法AbstractA kind of ultrasonic flowmeter using for the pipe flow measurement is designed based onTMS320F28335 in this paper. The system hardware consists of the following parts: the core board,ultrasonic signal transmitter and receiver circuits, switch circuit, ultrasonic transducer, signalacquisition circuit based on ADS805, human-computer interaction module and power supplymodule, etc. The system use the method of time difference for pipeline flow measurement and thetime difference is calculated by the time-delay algorithm of SCOT weighted generalizedcross-correlation. The ultrasonic flowmeter has the features of high testing speed, high precisionand low cost, etc.Keywords: C2000,Ultrasonic, Flow, Generalized Cross-Correlation Algorithm

    標簽: tms320f28335 超聲波流量計

    上傳時間: 2022-05-06

    上傳用戶:

  • 基于Multisim的高精度數字頻率計的設計和仿真

    數字頻率計是電工電子中常用的測量儀器,數字頻率計通過用輸入待測信號對一特定長度的信號進行計數,從而得出頻率并通過數碼管直觀的顯示出來。本文提出了一種與輸入同步的數字頻率計的設計,提高了頻率計的精度,設計采用Multisim軟件進行設計和仿真的過程,介紹了其工作原理,硬件電路設計和仿真的過程。設計采用了Multisim軟件進行設計和仿真,設計結果得到的驗證。Digital frequency counter is used to measure the frequency of a signal.It is common to use a multivibrator to generate a standard 1 second time base signal and count input signal gated by this signal.However,the asynchronous of this time base signal with input signal will bring errors.In this paper,a high precision frequency counter which use synchronized time base signal generator is proposed.This frequency counter is designed and simulated by Multisim tools and result is verified.

    標簽: multisim

    上傳時間: 2022-05-08

    上傳用戶:

  • FreeModbus 英文資料

    If register should be written or read.This value is passed to the calback functions which support either reading or writing register values. Writing means that the application registers should be updated and reading means that the modbus protocol stack needs to know the current register values.See also: eMBRegHoldingCB(), eMBRegCoilsCB(), eMBRegDiscreteCB() and eMBReglnputCB().Enumeration values: MB_REG_READ Read register values and pass to protocol stack.MB_REG_WRITE Update register values.Note: Note all ports implement this function.A port which wants to get an callback must define the macro MB_PORT_HAS_CLOSE to 1.Returns: If the resources where released it return eMBErrorCode:: MB_ENOERR. If the protocol stack is not in the disabled state it returns eMBErrorCode:: MB_EILLSTATE.Examples: LINUX/demo.c, MCF5235TCP/demo.c, STR71XTCP/demo.c, WIN32/demo. cpp, and WIN32TCP/demo. cpp.his function disables processing of Modbus frames.Returns: If the protocol stack has been disabled

    標簽: FreeModbus

    上傳時間: 2022-05-31

    上傳用戶:

  • DP轉HDMI轉換原理圖

    CH7525 is a low-cost, low-power semiconductor device that translates the DisplayPort signal to HDMI/DVI. This innovative DisplayPort receiver with an integrated HDMI Transmitter is specially designed to target the notebook/ultrabook, tablet device and PC market segments. Through the CH7525’s advanced decoding / encoding algorithm, the input DisplayPort high-speed serialized multimedia data can be seamlessly converted to HDMI/DVI output.

    標簽: dp hdmi

    上傳時間: 2022-06-02

    上傳用戶:

  • 51單片機驅動ADS1115在1602上顯示程序源碼

    說明:  基于51單片機驅動ADS1115進行AD采集在1602上顯示程序源碼(Based on 51 single-chip drive diode for water lamp processing, including driving, testing, C file)

    標簽: 51單片機 ads1115

    上傳時間: 2022-06-07

    上傳用戶:

  • Arduino中文入門教程+實驗代碼+中文解說視頻

    Arduino是一個開放源碼電子原型平臺,擁有靈活、易用的硬件和軟件。Arduino專為設計師,工藝美術人員,業余 愛好者,以及對開發互動裝置或互動式開發環境感興趣的人而設的。Arduino可以接收來自各種傳感器的輸入信號從而檢測出運行環境,并通過控制光源,電機以及其他驅動器來影響 其周圍環境。板上的微控制器編程使用Arduino編程語言(基于Wiring)和Arduino開發環境(以Processing為基 礎)。為了讓更多人了解Arduino并掌握它,電路城特推出Arduino入門中文教程+實驗代碼+Arduino驅動安裝等。

    標簽: arduino

    上傳時間: 2022-06-15

    上傳用戶:jiabin

  • 微弱信號檢測與辨識機制研究

    微弱信號檢測的目的是從噪聲中提取有用信號,或用一些新技術和新方法來提高檢測系統輸出信號的信噪比。本文簡要分析了常用的微弱信號檢測理論,對小波變換的微弱信號檢測原理進行了進一步的分析。然后提出了微弱信號檢測系統的軟硬件設計,在闡述了系統的整體設計的基礎上,對電路所選芯片的結構和性能進行了簡單的介紹,選用了具有14位分辨率的4路并行A/D轉換器AD7865作為模數轉換器,且選用Xilinx公司的Spartan-3系列FPGA邏輯器件作為控制器,控制整個系統的各功能模塊。同時,利用FPGA設計了先入先出存儲器,充分利用系統資源,降低了外圍電路的復雜度,為電路調試及制板帶來了極大的方便,且提升了系統的采集速度和集成度。系統的軟件設計采用Verilog HDL語言編程,在Xilinx ISE軟件開發平臺上完成編譯和綜合,并選用ModelSim SE 6.0完成了波形仿真。關鍵詞:微弱信號檢測;信號調理:FPGA:AD7865;Verilog HDL信息時代需要獲取許多有用的信息,多數科學研究及工程應用技術所需的信息都是通過檢測的方法來獲取的。若被檢測的信號非常微弱,就很容易被噪聲湮沒,那么很難有效的從噪聲中檢測出有用信號。微弱信號在絕對意義上是指信號本身非常微弱,而在相對意義上是指信號相對于強背景噪聲而言的非常微弱,也就是指信噪比極低。人們進行長期的研究工作來檢測被噪聲所覆蓋的微弱信號,分析噪聲產生的原因以及規律,且研究被測信號的特點、相關性以及噪聲統計特性,從而研究出從背景噪聲中檢測有用信號的方法。1微弱信號檢測(Weak Signal Detection)技術2.3.41主要是提高信號的信噪比,從噪聲中檢測出有用的微弱信號。對于這些微弱的被測量(如:微振動、微流量、微壓力、微溫差、弱光、弱磁、小位移、小電容等),大多數都是利用相應的傳感器將微弱信號轉換為微弱電流或者低電壓,再經過放大器將其幅度放大到預期被測量的大小。

    標簽: 微弱信號檢測

    上傳時間: 2022-06-18

    上傳用戶:canderile

主站蜘蛛池模板: 乡城县| 健康| 墨江| 丰台区| 黄骅市| 饶河县| 正阳县| 策勒县| 柞水县| 渝北区| 新干县| 稷山县| 盈江县| 武胜县| 荆门市| 赤峰市| 綦江县| 瓦房店市| 卫辉市| 五寨县| 会泽县| 杭锦后旗| 正安县| 泾川县| 北宁市| 宜黄县| 滨州市| 沂南县| 墨脱县| 巫山县| 裕民县| 曲周县| 浙江省| 昌宁县| 织金县| 双流县| 珠海市| 柞水县| 大埔县| 普兰店市| 邵阳市|