搜索资源列表
AVR_mega16
- 对电压电流采样,计算相位差后通过投切电容器进行电路补偿,提高电路传输效率.-Of voltage and current sampling, the calculation after phase switching capacitor circuit through the compensation circuit to improve transmission efficiency.
esprit
- 跟prony算法一样,ESPRIT(Estimation of Signal Parameters Via Rotational Invariance Techniques)也是一种参数法,它是一种基于旋转不变技术参数估计的信号处理方法,此方法可以高精度地辨识电力系统中任意组合的衰减/非衰减正弦信号的频率,相位及其幅值等信息。它不需要对信号进行同步采样。此方法把信号空间分解为信号子空间和噪声子空间,能够在较短的信号长度内准确的检测出信号中各个谐波和间谐波成分。-ESPRIT
TestSmv92
- 在IEC61850-9-2中,smv报文的发送用来实时地传输电网上的电流电压采样值-smv send
DecodeSMV
- IEC61850 过程层SV采样值解码源程序,是用VC++ 编写的,有详细的注释以及sv报文示例,是初学者的宝贵代码-SV samples IEC61850 layer decoding process source, is written with VC++, there are detailed notes and examples sv message, the code is valuable for beginners
fft
- 快速傅立叶变换子程序 //l=0时,pr存放采样输入的实部,返回离散傅立叶变换的模;l=1时,pr存放傅立叶变换的实部,返回逆傅立叶变换的模 //l=0时,pi存放采样输入的虚部,返回离散傅立叶变换的幅角;l=1时,pi存放傅立叶变换的虚部,返回逆傅立叶变换的幅角 //l=0时,fr返回傅立叶变换的实部 l=1时返回逆傅立叶变换的实部 //l=0时,fi返回傅立叶变换的虚部 l=1时返回逆傅立叶变换的虚部 (l=0时正变换,l=1时逆变换) //il=0时,表示不要求本函数计
resample-log-to-las
- 将excel测井解释成果重采样后以las文件格式批量导出,输出结果可直接导入其他测井软件-Resampling will excel well logging interpretation las file format export volume, the output can be directly imported to other logging software
Current-sampling-method
- 无传感变频器的电流采样优化方法论文Current sampling method-Current sampling method
caiyang
- 输入信号y=Acos(2*pi*f*t+c)+B的 A B C 的值, 采样过程中,每两次采样的间隔称为采样周期(Ts)。每次采样所用的时间称为采样时间(τ)。 在程序设计中τ的选择要保证在τ时间内被调量基本保持不变,比较重要的是Ts的选择。-Input signal y = Acos (2* pi* f* t+c)+B the ABC value of the sampling process, the sampling interval is called every two samplin
F28335
- TMS320F28335驱动八路同步工业数据采样系统 电路板 电路图 带封装库-TMS320F28335 drive eight synchronous industrial data sampling system circuit board schematics Tape Library
pinpu
- 用于分析指定采样间隔的数据的频谱,简单快捷-Spectral analysis for the sampling interval of the data specified, simple and quick
rapid61850-master
- 嵌入式系统61850 Goose、采样等功能 来源开源代码
201503311
- 对电压电流温度等进行采样,并在1602显示屏上进行循环显示;发生故障时,也在屏幕上显示;同时具有万年历功能,断电后保存故障具体信息,如故障信息和故障发生时间,通电后再屏幕上显示出来。-The voltage and current, temperature sampling, and in 1602 display loops show failure, but also the screen display also has a calendar function, after the p
MCA1
- 该程序实现了一个简单的能谱多道监控程序,能够完成模拟采样和能谱放大等功能。-The program implements a simple multi-channel spectrum monitoring program, it is possible to complete the analog sampling and spectrum zoom and other functions.
nonsymmestricPWM
- dsp产生SPWM的程序,使用规则采样法以及不对称规则采样法,用于比较两者的区别-dsp u4EA7 u751FSPWM u7684 u7A0B u5E8F uFF0C u4F7F u7528 u89C4 u5219 u91C7 u6837 u6CD5 u4EE5 u53CA u4E0D u5BF9 u79F0 u89C4 u5219 u91C7 u6837 u6CD5 uFF0C u7528 u4E8E u6BD4 u8F83 u4E2
muhuPID
- 模糊PID控制,采样模糊控制器和PID控制相结合,实现蓄电池的充放电-Fuzzy PID control, sampling fuzzy controller and PID control combined to achieve the battery charge and discharge
ysgz
- 压缩感知,最新采样方法在油气资源上的应用,在处理方面有很好的效果- U538B u7119 u6113 u6C1 u6C09 u6R09 u7R09 U9762 u6709 u568
IEC61850开发库
- libIEC61850提供了用C语言编写的IEC 61850 / MMS,IEC 61850 / GOOSE和IEC 61850-9-2 /采样值通信协议的服务器和客户端库。它在电力行业通信领域使用广泛,是不可多得的源码。