代码搜索:同步信号
找到约 10,000 项符合「同步信号」的源代码
代码结果 10,000
www.eeworm.com/read/233199/14163953
txt index.txt
123.htm
ODBC中的同步与异步执行模式
20000805001.htm
BCB实现BLOB字段的读写
20000805003.htm
QuickReport基本知识
20000805004.htm
TQuery的参数设置
20000805006.htm
C++ Builder下数据库报表Master/Detail关系功能的实现
www.eeworm.com/read/222672/14680222
m add_training.m
function [transmit_signal, training] = add_training(transmit_signal,PrefixRatio,...
N_subc,N_used, Idx_used,cp_len, N_Tx_ant,N_tran_sym)
% 1024点FFT的前导序列
% 多条天线的训练序列(同步帧),各两个OFDM符号
training =
www.eeworm.com/read/11076/195688
txt 课程内容.txt
多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。
www.eeworm.com/read/424390/2017429
properties passport_zh_tw.properties
#
err_invalid_time=超出伺服器時間同步間隔
err_user_not_exist=用戶不存在!
err_uid_empty=用戶ID不能為空!
err_nick_empty=用戶呢稱不能為空!
err_uid_exist=用戶帳戶已存在!
www.eeworm.com/read/388478/2550582
vhd cir_shifter.vhd
-- 16位循环右移位同步置数寄存器,译码器的组合;
library ieee;
use ieee.std_logic_1164.all;
entity cir_shifter is
port(data_high,data_low :in std_logic_vector(15 downto 0);
load,clk :in std_logic;
-- sl_in,sr_in
www.eeworm.com/read/356003/3044794
properties passport_zh_tw.properties
#
err_invalid_time=超出伺服器時間同步間隔
err_user_not_exist=用戶不存在!
err_uid_empty=用戶ID不能為空!
err_nick_empty=用戶呢稱不能為空!
err_uid_exist=用戶帳戶已存在!
www.eeworm.com/read/394237/8241465
vhd cntm60.vhd
--库文件,包说明
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
--实体说明一个模为60的同步计数器
ENTITY CNTM60 IS
PORT(NRST:IN STD_LOGIC;--异步复位端口
LD:IN STD_LOGIC;--置数端口
CI:IN
www.eeworm.com/read/237057/13979556
m tvv.m
close all;
clear all;
clc;
%%%%%行消隐、 行同步的复合 %%%%%
fs=25e6; %fs=25M , 1/fs=0.00000004.
t=0:0.00000004:0.05; %采样点数为1250001
tn=t+0.00016:0.00000004:0.05+0.00016;
yx1=1-((square(2*pi*50*tn,8.06
www.eeworm.com/read/192552/8375547
m demodulation.m
function demod_out = demodulation(demod_in,mod_mode)
%%*************************************************************************
%%Function information:
%%由信道信号的复数值解调对应的二进制序列(In this program,the c
www.eeworm.com/read/192551/8375584
m demodulation.m
function demod_out = demodulation(demod_in,mod_mode)
%%*************************************************************************
%%Function information:
%%由信道信号的复数值解调对应的二进制序列(In this program,the c