Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

HELP!! radiation pattern of a vibrating plate

1 visualizzazione (ultimi 30 giorni)
Gyanishankar
Gyanishankar il 16 Feb 2012
Chiuso: MATLAB Answer Bot il 20 Ago 2021
hi, i wanted to plot radiation pattern of a vibrating plate by numerical integration of Rayeigh's formula. here i am keeping r=some constant, theta=0:pi/30:pi,phi=0:pi/30:2*pi and wanted to plot P=dblquad(@(x,y) (1i*w*p/(2*pi))*(sin(pi*x/l).*sin(pi*y/l).*exp(-1i*k*sqrt((.5-r*cos(theta).*cos(phi)).^2+(.5-r*cos(theta).*sin(phi)).^2+(r.*sin(theta)).^2))./sqrt((.5-r*cos(theta).*cos(phi)).^2+(.5-r*cos(theta).*sin(phi)).^2+(r.*sin(theta)).^2)),0,1,0,1);
Pressure=abs(P);
on a hemispherical surface. PLEASE HELP ME!!

Risposte (0)

Questa domanda è chiusa.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by