代码搜索:matlab RFID

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

代码结果 10,000
www.eeworm.com/read/431114/8709098

hpp rfid_reader_app.hpp

#ifndef RFID_READER_APP_H #define RFID_READER_APP_H #include #include #include using namespace std; #include #include "application_layer.hpp"
www.eeworm.com/read/431114/8709102

hpp rfid_reader_mac.hpp

#ifndef RFID_READER_MAC_H #define RFID_READER_MAC_H #include using namespace std; #include #include "simulator.hpp" #include "mac_protocol.hpp" #include "pac
www.eeworm.com/read/431114/8709115

cpp rfid_tag_mac.cpp

#include "rfid_tag_mac.hpp" #include "rfid_tag_app.hpp" #include "rfid_reader_mac.hpp" #include "rand_num_generator.hpp" #include "simulator.hpp" #include "log_stream_manager.hpp" const doubl
www.eeworm.com/read/431114/8709124

hpp rfid_reader_phy.hpp

#ifndef RFID_READER_PHY_H #define RFID_READER_PHY_H #include #include #include "physical_layer.hpp" #include "simulator.hpp" class RfidReaderPhy
www.eeworm.com/read/431114/8709127

hpp rfid_tag_mac.hpp

#ifndef RFID_TAG_MAC_H #define RFID_TAG_MAC_H #include #include "simulator.hpp" #include "mac_protocol.hpp" #include "packet.hpp" class RfidReaderMacData; typedef bo
www.eeworm.com/read/431114/8709133

cpp rfid_tag_phy.cpp

#include "rfid_tag_phy.hpp" #include "node.hpp" RfidTagPhy::RfidTagPhy( NodePtr node, WirelessChannelManagerPtr wirelessChannelManager) : PhysicalLayer(node), m_sendingChannelIsValid(fals
www.eeworm.com/read/431114/8709154

cpp rfid_reader_app.cpp

#include "rfid_reader_app.hpp" #include "rfid_tag_app.hpp" #include "node.hpp" #include "physical_layer.hpp" // RfidReaderApp functions const string RfidReaderApp::m_TAGS_READ_COUNT_STRING =
www.eeworm.com/read/431114/8709168

hpp rfid_tag_phy.hpp

#ifndef RFID_TAG_PHY_H #define RFID_TAG_PHY_H #include #include "physical_layer.hpp" #include "simulator.hpp" class RfidTagPhy : public PhysicalLayer { public: ty
www.eeworm.com/read/431114/8709175

cpp rfid_reader_mac.cpp

#include "rfid_reader_mac.hpp" #include "packet.hpp" #include "rfid_tag_mac.hpp" #include "rfid_reader_app.hpp" #include "log_stream_manager.hpp" const double RfidReaderMac::m_READER_IFS = 10e
www.eeworm.com/read/431114/8709196

cpp rfid_tag_app.cpp

#include "rfid_tag_app.hpp" #include "rfid_reader_app.hpp" #include "node.hpp" // RfidTagApp functions RfidTagApp::RfidTagApp(NodePtr node) : ApplicationLayer(node), m_replyToReads(true)