フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how can i use this integration function?

1 回表示 (過去 30 日間)
sharif
sharif 2014 年 3 月 14 日
閉鎖済み: Walter Roberson 2014 年 3 月 14 日
hm=1.5;
t= 0:-0.1:-1;
m=100;
n=1:1:m;
Fs=zeros(length(t),length(n));
FEM=zeros(length(t),length(n));
for ii=1:length(t)
for jj = 1:length(n);
Lm=76.3-10*log10(hm);
x=(-1j*t(ii)*sqrt(m-n)*sqrt(2/pi)+0.5);
y=(exp(-t*srt(n-m)))/(sqrt(2j));
S=int(sin(t^2),y=0..x);% how can I use integration??
C=int(cos(t^2),y=0..x);
Fs(x)=y(S+1j*C);
FEM(ii,jj)= (1/n)*sum(Lm(t(ii))*Fs);
end
end

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by