1 Star 0 Fork 0

tt56039/APFDesign

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
funPolyPhaseNetwork.m 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
baobaoluo 提交于 2024-03-17 20:21 . init
%--------------------------------------------------------------------------
% Edited by bbl
% Date: 2024-03-17(yyyy-mm-dd)
% all pass filter
%--------------------------------------------------------------------------
function [fx] = funPolyPhaseNetwork(Fl, Fh, n)
Flh1 = Fl/Fh;
ek = 1-Flh1^2;
fx = [];
K = ellipke(ek);
for k=1:n
[sn, cn, dn] = ellipj((2*k-1)/(2*n)*K,ek);
fx(k) = Fl/dn;
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tt56039/APFDesign.git
git@gitee.com:tt56039/APFDesign.git
tt56039
APFDesign
APFDesign
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385