代码搜索:Mapping
找到约 10,000 项符合「Mapping」的源代码
代码结果 10,000
www.eeworm.com/read/467474/7004047
cpp os_mapping.cpp
/*
* Speeded-Up Robust Features (SURF)
* http://people.ee.ethz.ch/~surf
*
* Authors: Herbert Bay, Andreas Ess, Geert Willems
* Windows port by Stefan Saur
*
* Copyright (2006): ETH Zuric
www.eeworm.com/read/467474/7004050
h os_mapping.h
/*
* Speeded-Up Robust Features (SURF)
* http://people.ee.ethz.ch/~surf
*
* Authors: Herbert Bay, Andreas Ess, Geert Willems
* Windows port by Stefan Saur
*
* Copyright (2006): ETH Zuric
www.eeworm.com/read/463248/7185242
cpp os_mapping.cpp
/*
* Speeded-Up Robust Features (SURF)
* http://people.ee.ethz.ch/~surf
*
* Authors: Herbert Bay, Andreas Ess, Geert Willems
* Windows port by Stefan Saur
*
* Copyright (2006): ETH Zuric
www.eeworm.com/read/463248/7185245
h os_mapping.h
/*
* Speeded-Up Robust Features (SURF)
* http://people.ee.ethz.ch/~surf
*
* Authors: Herbert Bay, Andreas Ess, Geert Willems
* Windows port by Stefan Saur
*
* Copyright (2006): ETH Zuric
www.eeworm.com/read/453243/7423397
m mapping_128.m
function y=mapping_128
% x : Transformed Image
% y : Row vector ( mapped ), Scanning order is RASTER SCAN
LL3=reshape([1:16*16],16,16)';
temp=[LL3 LL3+256;LL3+512 LL3+768];
temp=[temp reshape([10
www.eeworm.com/read/452485/7439253
cpp os_mapping.cpp
/*
* Speeded-Up Robust Features (SURF)
* http://people.ee.ethz.ch/~surf
*
* Authors: Herbert Bay, Andreas Ess, Geert Willems
* Windows port by Stefan Saur
*
* Copyright (2006): ETH Zuric
www.eeworm.com/read/452485/7439256
h os_mapping.h
/*
* Speeded-Up Robust Features (SURF)
* http://people.ee.ethz.ch/~surf
*
* Authors: Herbert Bay, Andreas Ess, Geert Willems
* Windows port by Stefan Saur
*
* Copyright (2006): ETH Zuric
www.eeworm.com/read/442059/7660550
m mapping_sequence.m
%采用格雷码将伪随机序列映射成16QAM
function QAM_16_seq=mapping_seq(m_seq)
N=4096;
seq=[m_seq 0];
sign_I=2.*seq(1:4:N)-ones(1,1024);
abs_I=2.*seq(2:4:N)+ones(1,1024); %I路信号
I=(sign_I).*(abs_I);
si
www.eeworm.com/read/441759/7665841
c symbol_mapping.c
#include
#include
#include
#include
#include
#include
#include "wimax.h"
//Symbol Mapping/De_Mapping
void QPSKmapping(int* inpu