We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear Krischer,
This figure shows the tapers of dpss given by tapers, lamb, theta = dpss( 5001, 4, 7 )
tapers, lamb, theta = dpss( 5001, 4, 7 )
However, if I use following MATLAB code to plot the tapers of dpss, the results are different:
[E,V] = dpss(5001,4,7); E = E'; plot(E(1,:),'.-') hold on; plot(E(2,:),'.-') plot(E(3,:),'.-') plot(E(4,:),'.-') plot(E(5,:),'.-') plot(E(6,:),'.-') plot(E(7,:),'.-')
I am confused why they are different. Looking forward to your reply. Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear Krischer,
This figure shows the tapers of dpss given by
tapers, lamb, theta = dpss( 5001, 4, 7 )
However, if I use following MATLAB code to plot the tapers of dpss, the results are different:
I am confused why they are different. Looking forward to your reply. Thanks.
The text was updated successfully, but these errors were encountered: