代码搜索:receiver

找到约 9,473 项符合「receiver」的源代码

代码结果 9,473
www.eeworm.com/read/379331/9200501

m receiver.m

function [data_bits, raw_bits] = receiver(rx_signal, cir, sim_options); global sim_consts; [n_tx_antennas, n_rx_antennas] = get_n_antennas(sim_options); % Phase noise model if sim_options
www.eeworm.com/read/180567/9302259

java receiver.java

/* * Uygulamay
www.eeworm.com/read/180567/9302265

class receiver.class

www.eeworm.com/read/180505/9304122

m receiver.m

function [data_bits, raw_bits] = receiver(rx_signal, cir, sim_options); global sim_consts; [n_tx_antennas, n_rx_antennas] = get_n_antennas(sim_options); % Phase noise model if sim_options
www.eeworm.com/read/179007/9379202

java receiver.java

package com.javapatterns.command.document; public class Receiver { public Receiver(int id) { _identification = id; } public void action() {
www.eeworm.com/read/179007/9379234

java receiver.java

package com.javapatterns.command.undoconcept; public class Receiver { public Receiver() { //write code here } public void action() { System.out.println
www.eeworm.com/read/179007/9379251

java receiver.java

package com.javapatterns.command; public class Receiver { public Receiver() { //write code here } public void action() { System.out.println("Action has
www.eeworm.com/read/179007/9379305

java receiver.java

package com.javapatterns.command.book; public class Receiver { public Receiver(int id) { _identification = id; } public void action() { S
www.eeworm.com/read/374047/9422792

m receiver.m

%接收端执行程序,接收索引号并在码本语音库中根据索引提取语音数据最终合成语音 load('voicedatacodebook','vcw'); load('transdata','transindex1'); sr=vcw(:,transindex1(1)); for i=2:length(transindex1) sr=vertcat(sr,vcw(:,transinde
www.eeworm.com/read/177349/9458485

m receiver.m

function [data_bits, raw_bits] = receiver(rx_signal, cir, SimulationParameters); global SimulationConstants; [n_tx_antennas, n_rx_antennas] = get_n_antennas(SimulationParameters); %no vbl