搜索:theta
找到约 13 项符合「theta」的查询结果
结果 13
按分类筛选
https://www.eeworm.com/dl/665/450767.html
matlab例程
Describes how to find the theta value in CPFSK
Describes how to find the theta value in CPFSK
https://www.eeworm.com/dl/527/421324.html
通讯/手机编程
This program plot the Bistatic Radar Cross Section of a dielectric sphere as a function of theta.(An
This program plot the Bistatic Radar Cross Section of a dielectric sphere as a function of theta.(Analytic Method)
https://www.eeworm.com/dl/647/486758.html
嵌入式/单片机编程
#define PI 3.1415926 double angle=(double)theta/10.0*PI/180.0 double anglecos=cos(angle) dou
#define PI 3.1415926
double angle=(double)theta/10.0*PI/180.0
double anglecos=cos(angle)
double anglesin=sin(angle)
https://www.eeworm.com/dl/975057.html
技术资料
压频变换源代码
压频变换源代码,cursample,f2407_c,freq_theta,int_vhz_wx,scopead。。。。
https://www.eeworm.com/dl/665/478918.html
matlab例程
This function is used to evaluate the max height and the max distance of a projectile and plot th
This function is used to evaluate the max height and the max
distance of a projectile and plot the trajectory.
Inputs
v0 : The initial velocity in m/s
theta: The angle at which the projectile is fired in degrees
Outputs
hmax : The maximum hieght in m
dmax : The ...
https://www.eeworm.com/dl/571/21319.html
模拟电子
IC封装热计算研究
Many thermal metrics exist for integrated circuit (IC) packages ranging from θja to Ψjt.Often, these thermal metrics are misapplied by customers who try to use them to estimate junction temperatures in their systems.
https://www.eeworm.com/dl/518/141584.html
数值算法/人工智能
The cart with an inverted pendulum, shown below, is "bumped" with an impulse force, F. Determine th
The cart with an inverted pendulum, shown below, is "bumped" with an impulse
force, F. Determine the dynamic equations of motion for the system, and lin
earize about the pendulum s angle, theta = Pi (in other words, assume that p
endulum does not move more than a few degrees away ...
https://www.eeworm.com/dl/652/262840.html
文章/文档
在命令窗输入如下内容就得到图形了: [t,x]=ode45( godhua ,[0,10],[0,0,0,1]) subplot(131) plot(t,x(:,4)) xlabel( t )
在命令窗输入如下内容就得到图形了:
[t,x]=ode45( godhua ,[0,10],[0,0,0,1])
subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y )
subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v )
subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta )
https://www.eeworm.com/dl/534/288473.html
其他
PlotSphereIntensity(azimuth, elevation) PlotSphereIntensity(azimuth, elevation, intensity) h = Plo
PlotSphereIntensity(azimuth, elevation)
PlotSphereIntensity(azimuth, elevation, intensity)
h = PlotSphereIntensity(...)
Plots the intensity (as color) of a number of points on a unit sphere.
Input:
azimuth (phi), in degrees
elevation (theta), in degrees
intensity (optional, if ...
https://www.eeworm.com/dl/665/307766.html
matlab例程
%radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs ...