▍1. UHF_read
基于STM32F103的BLM100模块RFID UHF读卡程序。能将读到卡的ID号显示在LCD屏上。(RFID UHF reader program module based on the STM32F103 BLM100. You can read the card ID number displayed on the LCD screen.)
基于STM32F103的BLM100模块RFID UHF读卡程序。能将读到卡的ID号显示在LCD屏上。(RFID UHF reader program module based on the STM32F103 BLM100. You can read the card ID number displayed on the LCD screen.)
金融时间序列分析 1. 采用Pandas从Yahoo网上下载上市公司的5到10年的日收盘数据,上证指数的日收盘数据。 2. 计算上市公司和上证指数的收益率, 3. 针对上市公司收益率进行ARMA建模,确定P和q,并对残差进行分析,最后向前预测多期,显示预测图。 4. 针对上市公司收益率进行ARCH建模,确定阶数,并对残差进行分析,最后进行预测。 5. 针对上市公司收益率进行GARCH建模,确定阶数,并对残差进行分析,最后进行预测。(use Arch Model to ananlyse and predict yields from public companies. Python. pandas)
this is a particle swarm optimization code for python users. this code demonstrate how python can be used in optimization process