included
Junior Member level 1
A chirp is a small burst of a signal somewhere inside the sample period, it could be a burst of a single frequency or an increasing frequency signal or even an impulse.
When you define your analysis block B2 over the sampled block B1 you only need to consider the data in B1 that coincides with B2 and all the data outside is not included in the analysis.
Say you have a sample block 1000 points long, you want to analyse the data from point 200 through to point 299 so just that part is extracted and processed and the rest of the data is ignored.
Once you have defined the shape of your chirp you can then design quicker ways to do tha analysis. If it is a single frquency then a digital filter can be applied and as you have desrcibed your problem it appears you are indeed looking for single frequency chirps.
You could use a faster way to hone in on your key frequencies and then apply the rigorous method to just those specific frequencies, that should take less than an hour - maybe tens of minutes. Once you find the good solution you probably should code it in macro to get it to run fast enough.
When you define your analysis block B2 over the sampled block B1 you only need to consider the data in B1 that coincides with B2 and all the data outside is not included in the analysis.
Say you have a sample block 1000 points long, you want to analyse the data from point 200 through to point 299 so just that part is extracted and processed and the rest of the data is ignored.
Once you have defined the shape of your chirp you can then design quicker ways to do tha analysis. If it is a single frquency then a digital filter can be applied and as you have desrcibed your problem it appears you are indeed looking for single frequency chirps.
You could use a faster way to hone in on your key frequencies and then apply the rigorous method to just those specific frequencies, that should take less than an hour - maybe tens of minutes. Once you find the good solution you probably should code it in macro to get it to run fast enough.