代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/355157/10290159
m f6_linear_dyn.m
% f6_linear_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum linearly along a 45 deg angle in x,y space
% Bria
www.eeworm.com/read/425953/10305778
m curve_linear_heat_flow.m
%%% This program evolves a closed curve according linear heat flow by using
%%% Fourier transform method.
clear all;
close all;
clc;
Img = imread('Africa.bmp');
figure(1);imshow(Img);
[nrow
www.eeworm.com/read/425953/10305871
m curve_linear_heat_flow.m
%%% This program evolves a closed curve according linear heat flow by using
%%% Fourier transform method.
clear all;
close all;
clc;
Img = imread('Africa.bmp');
figure(1);imshow(Img);
[nrow
www.eeworm.com/read/425953/10305948
m curve_linear_heat_flow.m
%%% This program evolves a closed curve according linear heat flow by using
%%% Fourier transform method.
clear all;
close all;
clc;
Img = imread('Africa.bmp');
figure(1);imshow(Img);
[nrow
www.eeworm.com/read/353723/10425735
m f6_linear_dyn.m
% f6_linear_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum linearly along a 45 deg angle in x,y space
% Bria
www.eeworm.com/read/278064/10576985
m f6_linear_dyn.m
% f6_linear_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum linearly along a 45 deg angle in x,y space
% Bria
www.eeworm.com/read/421910/10680098
m f6_linear_dyn.m
% f6_linear_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum linearly along a 45 deg angle in x,y space
% Bria
www.eeworm.com/read/210260/6944580
asv vblast_decoder_linear_zf.asv
function output_data = VBLAST_decoder_linear_ZF(input_data)
num_Tx = 2;
CONS = [exp(j*pi/4); exp(j*3*pi/4); exp(j*5*pi/4); exp(j*7*pi/4)];
r_sig = input_data(;,1);
H_11 = input_data(:,3);
H_21 = inpu
www.eeworm.com/read/210260/6944581
m vblast_decoder_linear_zf.m
function output_data = VBLAST_decoder_linear_ZF(input_data)
num_Tx = 2;
CONS = [exp(j*pi/4); exp(j*3*pi/4); exp(j*5*pi/4); exp(j*7*pi/4)];
r_sig = input_data(:,[1:2]);
H_11 = input_data(:,3);
H_21 =
www.eeworm.com/read/461236/7231490
m create_linear_index_list.m
% a function that generates a list of linear indices
function [fi] = create_linear_index_list(array_3d,i_list,j_list,k_list)
i_size = size(i_list,2);
j_size = size(j_list,2);
k_size = size(k_li