代码搜索:insert
找到约 10,000 项符合「insert」的源代码
代码结果 10,000
www.eeworm.com/read/321185/13411058
sin insert-header.sin
# Sed script that inserts the file called HEADER before the header entry.
#
# At each occurrence of a line starting with "msgid ", we execute the following
# commands. At the first occurrence, insert
www.eeworm.com/read/320196/13431041
bmp insert-disabled.bmp
www.eeworm.com/read/320196/13431169
bmp insert-disabled.bmp
www.eeworm.com/read/316712/13518399
vhd timespace_insert.vhd
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE.STD_LOGIC_UNSIGNED.ALL;
use IEEE.STD_LOGIC_ARITH.ALL;
--------------
--功能:在连续的包文间插入两个时钟周期间隔,便于后续b口封装模块插入两个周期的内部包头。
--说明:afifo135x128的深度可以不受限制,
www.eeworm.com/read/316286/13525723
m insert_cp.m
function output=insert_cp(input,cp_length)%为ofdm符号块插入循环前缀,cp_length为循环前缀长度
[m,n]=size(input);
output=zeros(m+cp_length,n);
%以下循环为各列插入循环前缀
for j=1:n
www.eeworm.com/read/316286/13525732
m insert_pilot.m
function [output,count,pilot_sequence]=insert_pilot(pilot_inter,pilot_symbol_bit,map_out_block)
% pilot_inter为导频符号间隔,以ofdm符号个数的形式给出,为整数。间隔越大估计误差越大
% pilot_symbol_bit 采用常数导频符号,这里给出它的二进制形式
% map_out