代码搜索:flat
找到约 6,984 项符合「flat」的源代码
代码结果 6,984
www.eeworm.com/read/140825/13060221
bmp shurufa-flat.bmp
www.eeworm.com/read/140825/13060223
bmp button-flat.bmp
www.eeworm.com/read/140825/13060227
bmp capbtns-flat.bmp
www.eeworm.com/read/140825/13060229
bmp menubmps-flat.bmp
www.eeworm.com/read/140825/13060232
bmp spinbox-flat.bmp
www.eeworm.com/read/140825/13060236
bmp arrows-flat.bmp
www.eeworm.com/read/140825/13060244
ico form-flat.ico
www.eeworm.com/read/240937/13186706
asv flat_channel.asv
function channel_output = flat_channel(Rx_n, channel_input)
% Tx_n : the Tx antenna number
% Rx_n : the Rx antenna number
% channel_input :the size is [Tx_n , frame_length]
% channel_output:the s
www.eeworm.com/read/240937/13186723
m flat_channel.m
function [channel_output,H] = flat_channel(Rx_n, channel_input)
% Tx_n : the Tx antenna number
% Rx_n : the Rx antenna number
% channel_input :the size is [Tx_n , frame_length]
% channel_output:t
www.eeworm.com/read/317053/13511187
m comp_flat.m
function H = comp_flat(Hin,Q)
% Calculates cost function (overlapped ripple in passband)
% being minimized.
N = max(size(Hin));
M = floor(2048/Q); H = zeros(M,1);
for k=1:M
H(k) = abs(Hin(M -