-
温度测量程序
本程序用mivro controlle avr写C来测量温度。本程序检查它是否正确运行并使用它。本程序为研究和键盘读取器及步进电机编写;
- 2022-01-25 16:30:46下载
- 积分:1
-
93317476Synthetic-seismogram-code
几种地震模型的构建,地球物理勘察之类的小伙伴可以用来做一些去噪之类的小程序(The construction of several seismic models, small partners such as geophysical surveys can be used to do small programs such as denoising)
- 2018-04-19 14:01:24下载
- 积分:1
-
ofdm信道特性 channel
ofdm信道特性
Channel transmission simulator
Channel transmission simulator
%
% inputs:
% sig2 - noise variance
% Mt - number of Tx antennas
% Mr - number of Rx antennas
% x - vector of complex input symbols (for MIMO, this is a matrix, where each column
% is the value of the antenna outputs at a single time instance)
% H - frequency selective channel - represented in block-Toeplitz form for MIMO transmission
% N - number of symbols transmitted in OFDM frame
%
% outputs:
% y - vector of channel outputs (matrix for MIMO again, just like x matrix)
% create noise vector sequence (each row is a different antenna, each column is a
% different time index) note: noise is spatially and temporally white(channel characteristics of OFDM Channel transmission simulatorChannel transmission simulator inputs: sig2- noise variance Mt- number of Tx antennas Mr- number of Rx antennas x- vector of complex input symbols (for MIMO, this is a matrix, where each column is the value of the antenna outputs at a single time instance) H- frequency selective channel- represented in block-Toeplitz form for MIMO transmission N- number of symbols transmitted in OFDM frame outputs: y- vector of channel outputs (matrix for MIMO again, just like x matrix) create noise vector sequence (each row is a different antenna, each column is a different time index) note: noise is spatially and temporally white)
- 2008-06-06 10:33:53下载
- 积分:1
-
一个基于纯C++的简单的成绩管理系统
一个基于纯C++的简单的成绩管理系统,包括按照学号、姓名、成绩的查找,平均分,最低、最高分,及格和不及格人数等基本功能。使用的是双向循环链表结点模板
- 2022-09-28 00:15:11下载
- 积分:1
-
VF-PQ-OK
在并网时运用PQ策略,离网时运用VF控制,2种状态控制(PQ strategy is used in grid connection, VF control and two state control are used in off-grid connection.)
- 2020-10-30 22:49:56下载
- 积分:1
-
03-2x2MIMO系统的完整数据链仿真
说明: % Type of different detectors, parameters for Detector.m
ML = 1; % Joint ML Detector
JMMSE = 2; % Joint MMSE Detector
ZF = 3; % Joint Zero-Forcing Detector
% Type of different antenna selection criteria methods
MBER = 1;
MMI = 2;
LAZY = 3;
MNP = 4; %Minimum Noise Power
MMNP = 5;
LAZY2 = 6;
real_ch = 0; % real_ch = 0 refers to simulated channel in MATLAB, otherwise refers to real channel
SNR_dB = 20;% transmit SNR in the simulated channel
nr_frames = 20; % number of frames sent when simulation.
detect_type = ZF; % Detector choice
select_type = MBER; % Antenna selection choice
disp('');
tx(nr_frames);
disp('Press any key to continue');
pause
RF(real_ch,SNR_dB);
disp('Press any key to continue');
pause
BER = rx(detect_type,select_type);
- 2020-08-29 15:55:00下载
- 积分:1
-
Test
MFC平台
打砖块游戏代码
面向对象程序设计思想编写
(MFC platform BrickBreaker design object-oriented programming code written)
- 2021-01-10 13:28:51下载
- 积分:1
-
Delphi Access大学宿舍管理系统源码
Delphi Access大学宿舍管理系统源码,功能概述:数据还原、密码管理、数据查询、数据操作、高级查询。面向高校大学、职业类学样的宿舍管理系统,可升级成SqlServer数据库。
- 2022-04-17 14:29:39下载
- 积分:1
-
example source code
MFC入门例子程序源代码-example source code
- 2022-02-25 16:13:40下载
- 积分:1
-
几个无线网络模拟源文件。里面简单实现了无线节点的路由选择过程。...
几个无线网络模拟源文件。里面简单实现了无线节点的路由选择过程。-A number of wireless network simulation source file. Inside a simple realization of the wireless routing node selection process.
- 2022-02-10 15:50:49下载
- 积分:1