-
aero-engine_mathematic_model
航空发动机数学模型。是一本不错的书。希望对大家有用。(Aero-engine model. Is a good book. Hope that useful.)
- 2010-11-02 18:49:44下载
- 积分:1
-
关于图像处理的基本程序 vc++ 256色转灰度图 有实例图片
关于图像处理的基本程序 vc++ 256色转灰度图 有实例图片-Image processing on the basic procedures for vc++ 256 color images to grayscale examples
- 2022-02-14 23:49:09下载
- 积分:1
-
EN50128_中文版
EN50128中文版,翻译比较详细,编译对EN50128标准的理解(There is EN50128 which is transfered to Chinese)
- 2020-06-22 12:40:01下载
- 积分:1
-
ECC
说明: 对于结构分析中的下降段,计算出荷载下降至最大荷载0.85倍时的位移值,然后计算该位移值与最大荷载对应位移值得比值,即延性系数。(Therefore, the early-age cracking and splitting were avoided and the steel components could fully develop its strength, which resulted in a higher peak load and stiffness.)
- 2020-06-17 10:40:02下载
- 积分:1
-
多项式拟合基线(20180508)
说明: 多项式拟合基线,多种方法,含有多个文件,还可以(Polynomial fitting baseline)
- 2020-09-29 23:49:36下载
- 积分:1
-
matlab
说明: GUI和FIR滤波器和IIR滤波器的高通、低通、带通滤波器的设计,以及频率响应(GUI and FIR filter and IIR filter high pass, low pass, band-pass filter design, as well as frequency response)
- 2020-12-25 16:10:51下载
- 积分:1
-
inception_v3_2016_08_28.tar
that si inception network for tf
- 2019-05-06 21:18:42下载
- 积分:1
-
stm32 HAL UART2 中断发送接收
stm32f103 stm32cubemx 串口中断发送接收(STM32F103 stm32cubemx serial port interrupt sending and receiving)
- 2020-06-18 16:00:02下载
- 积分:1
-
ICA
主要是运用ICA算法提取独立分量ICs,建立相关统计量,用于TE过程的故障检测(The ICA algorithm is used to extract the independent component ICs and establish correlation statistics for fault detection in TE process.)
- 2020-10-17 21:47:27下载
- 积分:1
-
09-MIMO系统容量仿真程序
说明: function C=capacity(SNR,Nt,Nr)
%SNR=0; %定义信噪比为0HZ
A=10^(SNR/10); %信噪比的单位转换关系式
Im=eye(min(Nr,Nt)); %这里的"1"为发射天线和接收天线两者数目少的根数
sum=0; %初始化sum为0
for i=1:10000 %程序循环10000次
H=randn(Nr,Nt); %产生高斯信号源
if Nr<Nt
Q=H*H'; %求威沙特矩阵
else
Q=H'*H;
end
sum=sum+log2(det(Im+A*Q/Nt)); %10000次循环得到的信道容量总和
end
C=sum/10000 %10000次循环的平均值(function C=capacity(SNR,Nt,Nr)
%SNR = 0;% defines SNR as 0Hz
A = 10 ^ (SNR / 10);% s / N unit conversion relation
Im = eye (min (NR, NT));% here "1" is the number of the less number of transmitting antenna and receiving antenna
Sum = 0;% initialize sum to 0
For I = 1:10000% program cycles 10000 times
H = randn (NR, NT);% produces Gaussian signal source
if Nr<Nt
Q = h * H ';% to find the weissard matrix
else
Q=H'*H;
End
Sum = sum + log2 (DET (IM + A * q / NT));% sum of channel capacity from 10000 cycles
End
C = sum / 10000% average of 10000 cycles)
- 2020-09-12 04:39:02下载
- 积分:1