-
fin
多普勒雷达测速(FPGA、DSP与界面显示)(Doppler radar velocity measurement)
- 2020-07-04 14:00:02下载
- 积分:1
-
无线局域网仿真
WLAN仿真-发送机
wlan No Comments
设置完系统参数后,开始产生发送数据。
1. 产生随机的发送bit(tx_bits),这里不考虑信道编码。
2. QAM映射
3. 将数据映射到不同载波,形成OFDM符号
4. 产生pilot,并将pilot插入OFDM符号中
5. 加入dc和guard子载波
6. 进行ifft,将频域信号变到时域,并加入循环前缀
7. 对信号进行overlap window
8. 在时域产生short preamble
9. 在时域产生long preamble
10. 将preamble和数据符号组成packet
11. 升采样
得到信道传输的数据Tx_signal_up
具体程序见附件 wlan_transmitter.m-WLAN Simulation- wlan No Comments transmitter system parameters set finished, the beginning to have to send data. 1. Have sent random bit (tx_bits), here does not consider channel coding. 2. QAM mapping 3. The data is mapped to a different carrier to form OFDM symbols 4. Have a pilot, and pilot inserted OFDM symbols 5. Adding dc and guard subcarriers 6. To carry out ifft, will change the frequency domain signal to time domain, and add cyclic prefix 7. the signals overlap window8. In the time domain have a short preamble9. In the time domain have a long preamble10. the preamble and data symbols packet11. or sampling re
- 2022-03-17 11:21:25下载
- 积分:1
-
Delphi 设置打印纸大小
Delphi 设置打印纸张大小,手动设置打印纸的长度和宽度,自定义纸张。相关代码:
procedure TForm1.SetPaperSize(cx, cy: Integer);
var
a,b,c: array[0..255]of char;
bb: Cardinal;
ee: PDEVMODE;
begin
printer.PrinterIndex := printer.PrinterIndex;
printer.GetPrinter(a,b,c,bb);
ee:= GlobalLock(bb);
ee^.dmPaperSize := DMPAPER_USER;
ee^.dmPaperLength := cy*10;
ee^.dmPaperWidth := cx*10;
ee^.dmFields :=ee^.dmFields or DM_PAPERSIZE or
DM_PAPERWIDTH or
DM_PAPERLENGTH;
ee^.dmFields := ee^.dmFields or DMBIN_MANUAL;
ee^.dmDefaultSource :=DMBIN_MANUAL;
GlobalUnlock(bb);
printer.PrinterIndex := printer.PrinterIndex;
end;
- 2023-01-17 00:20:03下载
- 积分:1
-
java confusion java confusion java confusion confusion java
java æ··æ·† java æ··æ·† java æ··æ·†-java confusion java confusion java confusion confusion java
- 2022-01-26 00:44:00下载
- 积分:1
-
lte-sidelink-master
LTE sidelink based on SC-FDMA
- 2017-12-13 19:56:22下载
- 积分:1
-
12分
十二音阶和八度分频的硬件描述语言VHDL程序,测试通过成功-12 sub-octave scale and frequency of the hardware description language VHDL procedures, test the success of
- 2022-11-21 05:15:03下载
- 积分:1
-
g1030
C语言小程序,实现功能:输入整数,整数和浮点型 倒数和(C language applet functions: input integer, integer and floating-point reciprocal and)
- 2013-05-26 16:52:40下载
- 积分:1
-
Other people without accounts can download this free source
其他人不需帐号就可自由下载此源码 -Other people without accounts can download this free source
- 2022-03-22 12:45:54下载
- 积分:1
-
jiaoben.user.js
添加文档脚本Add document scripts(Add document scripts)
- 2020-06-20 07:40:01下载
- 积分:1
-
mtd_project1
说明: 雷达信号处理程序,包括线性调频,匹配滤波,产生目标回波加噪声,回波积累,时域脉压,频域脉压,加窗脉压,相干积累,mti对消,mtd检测,cfar检测,欢迎下载(Radar signal processing program, including LFM, matched filtering, target echo generation plus noise, echo accumulation, time-domain pulse pressure, frequency-domain pulse pressure, windowed pulse pressure, coherent accumulation, MTI cancellation, MTD detection, CFAR detection, welcome to download)
- 2020-04-11 16:38:07下载
- 积分:1