Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- close all;
- clear all;
- clc;
- df = input('What is the frequency spacing(df)? \n');
- reso = input('What is the resolution? \n');
- f_min = input('What is the minimum frequency? \n');
- f_max = input('What is the maximum frequency? \n');
- [x, ez] = plotH5(df, reso, f_min, f_max);
- [f_arr, beta_arr, f, k] = compareFULL(df, reso, f_min, f_max);
- close all;
Advertisement
Add Comment
Please, Sign In to add comment