代码搜索结果

找到约 10,000 项符合 X 的代码

240x.h

;************************************************************* ; File Name: 240x.h ; ; Description: 240x Peripheral Registers + other useful definitions ; ;=======================================

240x.h

;************************************************************* ; File Name: 240x.h ; ; Description: 240x Peripheral Registers + other useful definitions ; ;=======================================

x25045.h

/*************************************************************** * X25043/45 application ; Procedures * absolute one address access *******************************************************

power_x.m

function p=power_x(x) %x:输入信号 %p:返回信号的x功率 p=(norm(x).^2)./length(x);