代码搜索:Time-Domain
找到约 286 项符合「Time-Domain」的源代码
代码结果 286
www.eeworm.com/read/488111/6496895
m program_3_2.m
% Program 3_2
% Illustration of DFT Computation
%
% Read in the length N of sequence and the desired
% length M of the DFT
N = input('Type in the length of the sequence = ');
M = input('Type i
www.eeworm.com/read/488224/6498687
m program_5_1.m
% Program 5_1
% Illustration of DFT Computation
%
% Read in the length N of sequence and the desired
% length M of the DFT
N = input('Type in the length of the sequence = ');
M = input('Type in
www.eeworm.com/read/254742/12121261
m program_5_1.m
% Program 5_1
% Illustration of DFT Computation
%
% Read in the length N of sequence and the desired
% length M of the DFT
N = input('Type in the length of the sequence = ');
M = input('Type in
www.eeworm.com/read/231449/14233605
m program_03_02.m
% Program 3_2
% Illustration of DFT Computation
%
% Read in the length N of sequence and the desired
% length M of the DFT
colordef black;
N = input('Type in the length of the sequence = ');
www.eeworm.com/read/215497/15059540
m program_5_1.m
% Program 5_1
% Illustration of DFT Computation
%
% Read in the length N of sequence and the desired
% length M of the DFT
N = input('Type in the length of the sequence = ');
M = input('Type in
www.eeworm.com/read/215497/15059742
m program_5_1.m
% Program 5_1
% Illustration of DFT Computation
%
% Read in the length N of sequence and the desired
% length M of the DFT
N = input('Type in the length of the sequence = ');
M = input('Type in
www.eeworm.com/read/334931/12561382
m program_5_1.m
% Program 5_1
% Illustration of DFT Computation
%
% Read in the length N of sequence and the desired
% length M of the DFT
N = input('Type in the length of the sequence = ');
M = input('Type in
www.eeworm.com/read/334931/12561725
m program_5_1.m
% Program 5_1
% Illustration of DFT Computation
%
% Read in the length N of sequence and the desired
% length M of the DFT
N = input('Type in the length of the sequence = ');
M = input('Type in
www.eeworm.com/read/476392/6759284
m riccasim.m
function [pdot] = riccasim(t,p)
% Hadi Saadat, 1998
% This function obtains the numerical solution of the time-domain Riccati
% equation with the boundary condition specified at final time.
gl