代码搜索结果
找到约 2,916 项符合
Energy 的代码
stochastic_sa.m
function [features, targets] = Stochastic_SA(train_features, train_targets, params, region, plot_on)
%Reduce the number of data points using the stochastic simulated annealing algorithm
%Inputs:
bitload.asv
function [bits_alloc,energy_alloc,SNR] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M)
% Bit Loading Algorithm
% ---------------------
%
% Inputs :
% subchan_gains : SubCarrier
bitload.asv
function [bits_alloc,energy_alloc,SNR] = BitLoad(subchan_gains,total_bits,num_subc,gap,noise,M)
% Bit Loading Algorithm
% ---------------------
%
% Inputs :
% subchan_gains : SubCarrier
stochastic_sa.m
function [features, targets] = Stochastic_SA(train_features, train_targets, params, region, plot_on)
%Reduce the number of data points using the stochastic simulated annealing algorithm
%Inputs:
plottopdir.m
function plottopdir(ra, n, sorp)
% Plot the top n projections of FRAT
if exist('n', 'var') == 0
K = [1:5];
elseif length(n) == 1
K = [1:n];
else
K = n;
end
n = length(K);
% Energy f
find_f0.m
function f0 = find_f0(x)
% FIND_F0 Find fundamental frequency
%
% F0 = FIND_F0(X)
%
% Find the fundamental frequency of signal X.
% By default, FIND_F0 uses the YIN method for F0 estimation
stochastic_sa.m
function [features, targets] = Stochastic_SA(train_features, train_targets, params, region, plot_on)
%Reduce the number of data points using the stochastic simulated annealing algorithm
%Inputs:
stochastic_sa.m
function [features, targets] = Stochastic_SA(train_features, train_targets, params, region, plot_on)
%Reduce the number of data points using the stochastic simulated annealing algorithm
%Inputs:
bwfwfunc.c
/*
ITU-T G.729 Annex C+ - Reference C code for floating point
implementation of G.729 Annex C+
(integration of Annexes B, D and E)
three_d.cpp
/* Copyright (C) 2006 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as publi