Lorentz poles in complex plane

版本 1.0.0.0 (1.5 KB) 作者: Youssef Khmou
Generating n peaks in complex using nth version of Lorentz function.
150.0 次下载
更新时间 2014/10/22

查看许可证

Function lorentz_poles(n) generates poles ( or peaks) in the complex plane z=x+iy, using the nth version of Lorentz function (1+z^n)^(-1). The poles are located in the perimeter of the unit circle. The function is slightly altered by a multiplication of sin(z) and can be adjusted for simulating any related Physics phenomena.
If the input n is real then the function generates p=floor{n} poles if p is even, or p+1 poles if p is odd.
demo1 : To produce the snapshot.
% figure(1);
% set(figure(1),'Position',[237 117 941 549]);
% for n=1:8
% subplot(2,4,n)
% lorentz_poles(n);
% end

引用格式

Youssef Khmou (2024). Lorentz poles in complex plane (https://www.mathworks.com/matlabcentral/fileexchange/48218-lorentz-poles-in-complex-plane), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Descriptive Statistics 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0