Community Profile

photo

Shubham Singh


MSIT

Active since 2015

Followers: 0   Following: 0

Message

Student of Electronics and Communication.

Statistics

Feeds

View by

Answered
Error using / Matrix dimensions must agree. Error in acquire (line 38) [b, a]=butter(2, [(((BPM_L)/60)/fps*2) (((BPM_H)/60)/fps*2)])
BELOW IS THE ENTIRE CODE. clc; close all; clear all; % assigning the name of sample avi file to a variable filename = ...

8 years ago | 0

Question


Error using / Matrix dimensions must agree. Error in acquire (line 38) [b, a]=butter(2, [(((BPM_L)/60)/fps*2) (((BPM_H)/60)/fps*2)])
fps= num2str(v.FrameRate) ;%where v is a video object. BPM_L = 40; BPM_H = 230; [b, a]=butter(2, [(((BPM_L)/60)/fps*2) (((...

8 years ago | 1 answer | 0

1

answer