代码搜索:

找到约 10,000 项符合「」的源代码

代码结果 10,000
www.eeworm.com/read/292248/8365609

m get_ofdm_preamble.m

function preamble=get_ofdm_preamble(ofdm_sim); % % % if strcmp(lower(ofdm_sim.preamble_type), 'ieee802_11a'), ShortTrainingSymbols= sqrt(13/6)*[0 0 1+j 0 0 0 -1-j 0 0 0 1+j 0 0 0 -1-j 0 0 0
www.eeworm.com/read/192685/8365610

txt 怎么知道用winsock控件传文件,什么时候传完.txt

最 好 是 在 传 文 件 之 前 先 传 文 件 的 长 度 , 这 样 接 收 端 可 以 判 断 文 件 是 否 传 完 。 winsock把 数 据 传 送 完 毕 时 会 自 动 激 发 一 个 SendComplete(Index As Integer)事 件 ,可 以 以 此 来 确 定 文 件 是 否 传 送 完 毕 。
www.eeworm.com/read/292248/8365611

m carrier_modulations.m

function packet_rf_data=carrier_modulations(packet_data, carrier_freq, sampling_rate, symbol_rate, ps_filter); %pulse shaping and carrier modulations % % %make packet_data a colum vector if size(
www.eeworm.com/read/292248/8365612

m get_lfm.m

function lfm_seq=get_lfm(sim); % % % fmin=sim.carrier_freq-sim.bandwidth/2; fmax=sim.carrier_freq+sim.bandwidth/2; if findstr(lower(sim.lfm_type), 'lfm_doppler'), ilen=length(sim.lfm_ty
www.eeworm.com/read/192685/8365614

txt 不用form是否还能使用internet transfer控件.txt

关 于 前 一 个 问 题 , 只 能 象 你 说 的 先 将 文 件 和 图 片 下 载 到 本 地 , 然 后 从 本 地 上 载 到 另 一 台 。 后 一 个 问 题 , 你 只 能 在 Form中 使 用 控 件 , 因 为 事 件 代 码 必 须 写 在 那 里 , 当 然 你 的 Form可 以 隐 藏 起 来 。
www.eeworm.com/read/292248/8365615

m add_ofdm_prefix.m

function ofdm_symbols=add_ofdm_prefix(timed_symbols, Nfft, Ncp); % %Add cyclic prefix to OFDM symbols % tx_num=size(timed_symbols, 2); OFDMsymbols_num=size(timed_symbols, 1)/Nfft; %declarati
www.eeworm.com/read/292248/8365616

m disp_sim.m

function disp_sim(sim, ofdm_sim); %display simulation parameters. % % %
www.eeworm.com/read/192685/8365617

txt 用winscok1.close关闭端口后,无法进行第二次连接.txt

Client断 开 连 接 后 再 与 Server连 接 就 连 接 不 上 , 必 须 退 出 应 用 重 新 进 入 才 能 连 接 , 解 决 是 不 要 在 Client 端 使 用 Close 方 法 , 而 在 服 务 端 使 用 。 服 务 端 的 数 据 接 受 过 程 : Sub Server_DataArrival(ByVal bytesTotal a
www.eeworm.com/read/292248/8365618

m construct_sim.m

function sim=construct_sim; %create an empty structure for simulations. sim = struct('sampling_rate', 0, ... 'carrier_freq', 0, ... 'symbol_rate', 0, ... 'bandwidth', 0, ... 'pac