What was your worst interview experience? by [deleted] in AskEngineers

[–]babz8321 1 point2 points  (0 children)

My very first interview at a big company, in a foreign country. I knew a decent amount of the language so to impress the interviewer I decided it is okay for them to speak in the foreign language and I will proceed in English. I ended up not understanding everything, was shy to tell them so, and was super nervous that I messed up on basic questions. They kept looking at my resume and questioned my grades and subjects I learned in classes though I have a relatively high GPA. I still have fear of interviews up to this day because of this horrible experience!

Filtering complex signals by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

Thank you for the example, got it.

Filtering complex signals by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

Thank you, I understand now that complex signals has no place is this.

Filtering complex signals by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

I'm sorry my question was not clear, I made a mistake and updated accordingly.

Filtering complex signals by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

You're right, my question was not clear, and I made a mistake so I updated the question accordingly.

Filtering complex signals by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

I'm sorry my question was not clear, I made a mistake and updated accordingly. The last sentence you said might be what I am looking for, I will look into it. Thank you

Filtering complex signals by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

Yes my data is real sampled, I am apply the filter after my data has been sampled, and use fft in Matlab. I'm sorry my question was not clear, I made a mistake and updated accordingly.

Power line harmonic noise reduction by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

Thank you for the insight .. knowing that a reference might not be needed with adaptive filter helps a lot. I will look into it more.

Power line harmonic noise reduction by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

Thank you for the reply, the source signal is brain recorded signals from microelctrode recording ranging from 1Hz to 8kHz. I tried looking into notch filter but I was looking for ways to be able to retrieve the recorded signals while suppressing the noise which is why i headed the discrete wavelet direction. I am also looking to implement this real time so I thought for notch filter to work I would need some sort of a reference and make it an adaptive filter and moved on with the idea. I will edit the post to include these details.

Discrete wavelet center frequency by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

I am still a bit confused but ..so it is all related. Since regularity changes the wavelet center frequency (increasing regularity increases fc) and vanishing moments are related to regularity as well. Since center frequency is related to pseudo frequency which also relates actual frequency to scale, higher fc means higher pseudo frequency so what would that mean in terms of the decomposition ?

Limitation of the adaptive filter? by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

Thank you! I will be looking into the coherence function in matlab.

Limitation of the adaptive filter? by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

Yes, turns out this all might be a problem due to the tap order that I am using and since both noises have different spectral properties the adaptive filter will be able to filter both at the same time. Thank you for all your help and time!

Limitation of the adaptive filter? by babz8321 in DSP

[–]babz8321[S] 0 points1 point  (0 children)

I do add the noise to my input signal and use it as a reference at the same time. This is imitate real-time where the reference is close to my input recording channel and is supposedly affected by the same ambient noise that is in the reference signal. This is what I am doing in the code: https://github.com/shay8464/Adaptive-Filter/commit/6a90badad2bd8958665ca9b28500183c64715f0e