フィルターのクリア

How can I separate a signal of same frequency but different amplitude?

3 ビュー (過去 30 日間)
Akshay Ratnaparkhe
Akshay Ratnaparkhe 2017 年 8 月 1 日
コメント済み: Jan 2017 年 8 月 5 日
I am trying to find out a way to split a signal of same frequency but having different amplitude at different time stamp. Attached is the sample data signal. If anyone has any idea how to do that please let me know.
Thank you, Akshay
  6 件のコメント
Akshay Ratnaparkhe
Akshay Ratnaparkhe 2017 年 8 月 2 日
編集済み: Akshay Ratnaparkhe 2017 年 8 月 2 日
I tried that but its not working, i mean not able to separate it.
Jan
Jan 2017 年 8 月 5 日
@Akshay Ratnaparkhe: Please post the code you have tried and explain, what "not working" means. For helping you it is necessary to know any details.

サインインしてコメントする。

回答 (1 件)

Rohan Kale
Rohan Kale 2017 年 8 月 5 日
The signal samples in the image looks like they are time-domain multiplexed.Try this x1 = x(1:2:end) and x2 = x(2:2:end). Don't know if that is what you need, but give it a try, I mean try taking FFTs of x1 and x2 later to see if the frequencies match (mismatch in 2 or 3 fft bins would be fine). Just curious, is it an output to test a possible jitter in your signal?

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by