代码搜索:efficient
找到约 1,594 项符合「efficient」的源代码
代码结果 1,594
www.eeworm.com/read/358669/10182468
m calib_gui.m
%function calib_gui(mode)
% calib_gui(mode)
%
% Runs the Camera Calibration Toolbox.
% Set mode to 1 to run the memory efficient version.
% Any other value for mode will run the normal version
www.eeworm.com/read/297947/7984259
m perform_median_filtering.m
function M = perform_median_filtering(M,k)
% perform_median_filtering - perform moving average median
%
% M = perform_median_filtering(M,k);
%
% k is the half width of the window (detult k=1).
%
www.eeworm.com/read/143706/12850392
m scale_cols.m
function y = scale_cols(x, s)
% y(:,i) = x(:,i)*s(i)
% This is more efficient than x*diag(s)
[num_rows, num_cols] = size(x);
y = x.*repmat(s(:)', num_rows, 1);
www.eeworm.com/read/381190/9105703
pdf area efficient controller design of barrale shifters for reconfigurable ldpc decoders.pdf
www.eeworm.com/read/465193/7059426
pdf synchronization_and_channel_estimation_in_ofdm_algorithms_for_efficient_implementation_of_wlan_systems.pdf
www.eeworm.com/read/452772/7433182
pdf report-several efficient algorithms for np-hard problems.pdf
www.eeworm.com/read/437111/7755097
pdf energy-efficient power control game for cognitive radio systems.pdf
www.eeworm.com/read/320085/13433093
pdf computationally efficient methods for blind decision feedback equalization of qam signals.pdf
www.eeworm.com/read/317488/13504255
pdf an efficient wavelet-based deblocking algorithm for highly compressed images.pdf
www.eeworm.com/read/317461/13504507